CloseConnectionEventHandler delegate

The CloseConnectionEventHandler event handler represents the method that handles connection close events.

Namespace:  Microsoft.Exchange.Data.Transport.Delivery
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Delegate Sub CloseConnectionEventHandler ( _
    source As CloseConnectionEventSource, _
    e As CloseConnectionEventArgs _
)
'Usage
Dim instance As New CloseConnectionEventHandler(AddressOf HandlerMethod)
public delegate void CloseConnectionEventHandler(
    CloseConnectionEventSource source,
    CloseConnectionEventArgs e
)

Parameters

See also

Reference

Microsoft.Exchange.Data.Transport.Delivery namespace