- EventID
- Type: System.Int64. The Event ID used for matching.
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function FindByEventID( _ ByVal EventID As Long _ ) As DicomEventLogDataSet.DICOMServerEventLogRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEventLogDataSet.DICOMServerEventLogDataTable Dim EventID As Long Dim value As DicomEventLogDataSet.DICOMServerEventLogRow value = instance.FindByEventID(EventID) | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public DicomEventLogDataSet.DICOMServerEventLogRow FindByEventID( long EventID ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code