Click or drag to resize

UnexpectedReplyEventHandler Delegate

Represents a method called when an unexpected reply message is received.

Namespace:  OBCOM.NetSwitchLib.Clients
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public delegate void UnexpectedReplyEventHandler(
	Object sender,
	UnexpectedReplyEventArgs args
)

Parameters

sender
Type: SystemObject
The source of the event.
args
Type: OBCOM.NetSwitchLib.ClientsUnexpectedReplyEventArgs
The data of the event.
Exceptions
ExceptionCondition
ArgumentNullException An argument is null.
See Also