nn::nex::BundlingPolicy::GetMaximumFlushDelay Member Function

Syntax

TimeInterval GetMaximumFlushDelay() const;

Parameters

None.

Return Values

Returns the maximum delay time, in units of milliseconds.

Description

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.

See Also

SetMaximumFlushDelay

Revision History

2011/01/28
Initial version.

CONFIDENTIAL