| IServerContextAddPendingReply Method |
Adds the supplied pending reply to a synchronized shared table that
is accessible to all threads controlled by the server context of
this channel.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax void AddPendingReply(
PendingReply pendingReply
)
Sub AddPendingReply (
pendingReply As PendingReply
)
Parameters
- pendingReply
- Type: OBCOM.NetSwitchLib.ServersPendingReply
The pending reply to be added to the table.
Exceptions See Also