Opc.Ua.Core
ReportAuditCloseSecureChannelEventHandler Delegate



Opc.Ua.Bindings Namespace : ReportAuditCloseSecureChannelEventHandler Delegate
Used to report a close secure channel audit event
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportAuditCloseSecureChannelEventHandler Members
Opc.Ua.Bindings Namespace