 | 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)
Syntaxpublic bool IsStale(
long currentTimeMS,
long maxTimeoutMS
)
Public Function IsStale (
currentTimeMS As Long,
maxTimeoutMS As Long
) As Boolean
Parameters
- currentTimeMS
- Type: SystemInt64
The current time (milliseconds).
- maxTimeoutMS
- Type: SystemInt64
The maximum timeout (milliseconds).
Return Value
Type:
Booleantrue 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