FlushCachedMessages
Flushes the cached messages to resume API call processing. This will dump all of the cached messages in the queue.
Method Parameters
Parameter | Description |
---|---|
sendApiErrorCallbacks | If set to true API error callbacks will be called for every cached message with statusCode CLIENT_NETWORK_ERROR and reasonCode CLIENT_NETWORK_ERROR_TIMEOUT. |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
_bc.FlushCachedMessages(false);
_bc->flushCachedMessages(true);
[_bc flushCachedMessages:true];
_bc.flushCachedMessages(true);
// N/A
_bc.flushCachedMessages(true);
// N/A
// N/A