LogAudit Method

Summary

Logs the specified entry as an Audit level entry.

Syntax
C#
VB
C++
public static void LogAudit( 
   string user, 
   string description 
) 
  
Public Shared Sub LogAudit( _ 
   ByVal user As String, _ 
   ByVal description As String _ 
)  
public: 
static void LogAudit(  
   String^ user, 
   String^ description 
)  

Parameters

user
The user for the log entry.

description
The description for the log entry.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly