Click or drag to resize

IServerContextRemovePendingReply Method

Removes and returns the pending reply indexed by given key. The returned pending reply is removed from a synchronized shared table that is accessible to all threads controlled by this context.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
PendingReply RemovePendingReply(
	string replyKey
)

Parameters

replyKey
Type: SystemString
The globally unique identifier of the required reply.

Return Value

Type: PendingReply
A pending reply or null if none registered.
Exceptions
ExceptionCondition
ArgumentNullExceptionreplyKey is null.
See Also