'Declaration
Sub ReportAuditCloseSecureChannelEvent( _ ByVal globalChannelId As String, _ ByVal exception As Exception _ )
'Usage
Dim instance As IAuditEventCallback Dim globalChannelId As String Dim exception As Exception instance.ReportAuditCloseSecureChannelEvent(globalChannelId, exception)
void ReportAuditCloseSecureChannelEvent( string globalChannelId, Exception exception )
void ReportAuditCloseSecureChannelEvent( String^ globalChannelId, Exception^ exception )
Parameters
- globalChannelId
- The global unique channel id.
- exception
- The exception resulted from the open secure channel request.