←Select platform

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 Leadtools.Medical.Logging.Dataaccesslayer.DicomEventLogDataSet.DICOMServerEventLogRow 
[DebuggerNonUserCodeAttribute()] 
public: 
Leadtools.Medical.Logging.Dataaccesslayer.DicomEventLogDataSet.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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly