Click or drag to resize

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
)

Parameters

pendingReply
Type: OBCOM.NetSwitchLib.ServersPendingReply
The pending reply to be added to the table.
Exceptions
ExceptionCondition
ArgumentNullExceptionpendingReply is null.
See Also