nn::nex::Session::SetDetectStationInconsitencyThresholdCount Member Function

Syntax

static void SetDetectStationInconsitencyThresholdCount(
     qUnsignedInt32 count
);

Parameters

Name Description
count The threshold for detecting station inconsistencies.

Return Values

None.

Description

Specifies a threshold for the number of times to check before detecting station inconsistencies.

The local system compares the number of stations as reported from the session master with the local number of stations, and if the two numbers continually differ for the specified number of times, a fatal error is generated that can be obtained as QERROR(DOCore, StationInconsistency) by GetFatalError. The product of multiplying the number of times specified in this function by the value of GetSetSyncStationListInterval is typically 5000 to 10000 milliseconds larger than the value of RootTransport::GetNATTraversalTimeout.

See Also

GetDetectStationInconsitencyThresholdCount
SetSyncStationListInterval
GetSyncStationListInterval
RootTransport::SetNATTraversalTimeout
RootTransport::GetNATTraversalTimeout
GetFatalError

Revision History

2012/06/04
Initial version.

CONFIDENTIAL