 | DefaultContextRemovePendingReply 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)
Syntaxpublic virtual PendingReply RemovePendingReply(
string replyKey
)
Public Overridable Function RemovePendingReply (
replyKey As String
) As PendingReply
Parameters
- replyKey
- Type: SystemString
The globally unique identifier of the required reply.
Return Value
Type:
PendingReply
A pending reply or
null if none registered.
Implements
IServerContextRemovePendingReply(String)
Exceptions
See Also