static void SetDetectStationInconsitencyThresholdCount( qUnsignedInt32 count );
Name | Description | |
---|---|---|
count | The threshold for detecting station inconsistencies. |
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
.
GetDetectStationInconsitencyThresholdCount
SetSyncStationListInterval
GetSyncStationListInterval
RootTransport::SetNATTraversalTimeout
RootTransport::GetNATTraversalTimeout
GetFatalError
CONFIDENTIAL