'Declaration
Public Overridable Sub ReportAuditCloseSecureChannelEvent( _ ByVal globalChannelId As String, _ ByVal exception As Exception _ )
'Usage
Dim instance As ServerBase Dim globalChannelId As String Dim exception As Exception instance.ReportAuditCloseSecureChannelEvent(globalChannelId, exception)
public virtual void ReportAuditCloseSecureChannelEvent( string globalChannelId, Exception exception )
public: virtual void ReportAuditCloseSecureChannelEvent( String^ globalChannelId, Exception^ exception )
Parameters
- globalChannelId
- exception