| RequestEventSendErrorReply Method (Object) |
Sends a
ERROR 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 SendErrorReply(
Object data
)
Public Sub SendErrorReply (
data As Object
)
Parameters
- data
- Type: SystemObject
The data to include in the reply message (can be null).
See Also