Skip to main content
Version: 5.7.0

FlushCachedMessages

Flushes the cached messages to resume API call processing. This will dump all of the cached messages in the queue.

Method Parameters

ParameterDescription
sendApiErrorCallbacksIf 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
_bc.FlushCachedMessages(false);