FindByEventID Method

Summary

Find a DicomEventLogDataSet.DICOMServerEventLogRow in the System.Data.DataTable.Rows collection by the Event ID value.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DICOMServerEventLogRow FindByEventID( 
   long EventID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Function FindByEventID( _ 
   ByVal EventID As Long _ 
) As DICOMServerEventLogRow 
[DebuggerNonUserCodeAttribute()] 
public: 
DICOMServerEventLogRow^ FindByEventID(  
   int64 EventID 
)  

Parameters

EventID
Type: System.Int64. The Event ID used for matching.

Return Value

The DicomEventLogDataSet.DICOMServerEventLogRow that matches the given EventID. NULL if no result found.

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