Delegate AbnormalCloseEventHandler
Delegate used for the OnAbnormalClose event of the IConnection interface.
public delegate void AbnormalCloseEventHandler(object sender, AbnormalCloseEventArgs e)
Parameters
sender
object- Delegate used for the event of the interface.
e
AbnormalCloseEventArgs- Delegate used for the event of the interface.
- Extension Methods