Click or drag to resize

ReplyEventSuccessMessage Property

Gets the success reply message of this reply event.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Message SuccessMessage { get; }

Property Value

Type: Message
The success reply message of this reply event.
Exceptions
ExceptionCondition
ReplyTimeoutException The reply message has timeout.
ServiceException The reply message has an error status.
See Also