Click or drag to resize

RequestEventSendReply Method (Object)

Sends a SUCCESS reply message built using the supplied data.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void SendReply(
	Object data
)

Parameters

data
Type: SystemObject
The data to include in the reply message (can be null).
See Also