 | 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)
SyntaxPendingReply RemovePendingReply(
string replyKey
)
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.
Exceptions
See Also