'Declaration
Public Delegate Sub ReportAuditCloseSecureChannelEventHandler( _ ByVal channel As TcpServerChannel, _ ByVal exception As Exception _ )
'Usage
Dim instance As New ReportAuditCloseSecureChannelEventHandler(AddressOf HandlerMethod)
public delegate void ReportAuditCloseSecureChannelEventHandler( TcpServerChannel channel, Exception exception )
public delegate void ReportAuditCloseSecureChannelEventHandler( TcpServerChannel^ channel, Exception^ exception )
Parameters
- channel
- exception