Click or drag to resize

PendingReplyIsStale Method

Returns true if this pending reply is stale.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public bool IsStale(
	long currentTimeMS,
	long maxTimeoutMS
)

Parameters

currentTimeMS
Type: SystemInt64
The current time (milliseconds).
maxTimeoutMS
Type: SystemInt64
The maximum timeout (milliseconds).

Return Value

Type: Boolean
true if this pending reply is stale.
Remarks
A pending reply is stale if it has has reached it's timeout or the given maximum timeout. It is also stale if it's reference to the server channel has been cleared.
See Also