| RequestEventDispatchReply Method |
Dispatches supplied reply data to the pending
reply handler indexed by given replyKey.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool DispatchReply(
string replyKey,
Object data
)
Public Function DispatchReply (
replyKey As String,
data As Object
) As Boolean
Parameters
- replyKey
- Type: SystemString
The globally unique identifier of the reply message.
- data
- Type: SystemObject
The data to include in the reply message (can be null).
Return Value
Type:
Booleantrue if the reply handler was called (not timeout).
Exceptions See Also