Opc.Ua.Core
ReportAuditCloseSecureChannelEvent Method (EndpointBase)



Opc.Ua Namespace > EndpointBase Class : ReportAuditCloseSecureChannelEvent Method
Syntax
'Declaration
 
Public Sub ReportAuditCloseSecureChannelEvent( _
   ByVal globalChannelId As String, _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As EndpointBase
Dim globalChannelId As String
Dim exception As Exception
 
instance.ReportAuditCloseSecureChannelEvent(globalChannelId, exception)
public void ReportAuditCloseSecureChannelEvent( 
   string globalChannelId,
   Exception exception
)
public:
void ReportAuditCloseSecureChannelEvent( 
   String^ globalChannelId,
   Exception^ exception
) 

Parameters

globalChannelId
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

EndpointBase Class
EndpointBase Members