 | RequestEventSendNullReply Method |
Sends no reply message but marks the request as having sent a reply.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void SendNullReply()
Remarks
This method is used when a service request does not want to send a
reply message. If this method is called, the request event will not
fail with a "reply not sent" exception.
See Also