Click or drag to resize

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)
Syntax
public void SendMessage(
	string destination,
	Object data
)

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
ExceptionCondition
ArgumentNullExceptiondestination is null or empty.
Exception A communication error occurs while sending the message.
See Also