 | ServerChannelSendMessage Method |
Sends a request message to a destination.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void SendMessage(
string destination,
Object data
)
Public Sub SendMessage (
destination As String,
data As Object
)
Parameters
- destination
- Type: SystemString
The request destination switch:server.service.
- data
- Type: SystemObject
The data to include in the request message (can be null).
Exceptions
See Also