Click or drag to resize

RequestEventSendSubRequest Method (String, Object)

Sends a subrequest message to a destination and then blocks forever waiting for the reply.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Message SendSubRequest(
	string destination,
	Object data
)

Parameters

destination
Type: SystemString
The destination of the subrequest message.
data
Type: SystemObject
The data to include in the subrequest message (can be null).

Return Value

Type: Message
The reply message returned from destination.
Exceptions
ExceptionCondition
ArgumentNullExceptiondestination is null or empty.
See Also