| BrainCloudServiceClientClient_FlushCachedMessages Method |
[This is preliminary documentation and is subject to change.]
Flushes the cached messages to resume API call processing. This will dump
all of the cached messages in the queue.
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void Client_FlushCachedMessages(
bool sendApiErrorCallbacks,
int clientIndex
)
Parameters
- sendApiErrorCallbacks
- Type: SystemBoolean
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. - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
See Also