DeleteDicomEventLog Method

Summary

Deletes an existing event log entry.

Syntax
C#
VB
C++
public virtual void DeleteDicomEventLog( 
   long eventID 
) 
  
Public Overridable Sub DeleteDicomEventLog( _ 
   ByVal eventID As Long _ 
)  
public: 
virtual void DeleteDicomEventLog(  
   int64 eventID 
)  

Parameters

eventID
The event ID of the log entry to delete.

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.Medical.Logging.DataAccessLayer Assembly