Click or drag to resize

RequestEventSendReply Method (Object, Int32)

Sends a reply message built using the supplied data and completion status.

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,
	int status
)

Parameters

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