TimeInterval GetMaximumFlushDelay() const;
None.
Gets the maximum delay time, in milliseconds.
All messages the user attempts to send will be accumulated and not be sent until the specified delay time elapses. After the delay time elapses, all of the bundled messages will be sent at once.
This function returns the value that was specified by the SetMaximumFlushDelay
function.
CONFIDENTIAL