- type
- The type of the event.
- messageDirection
- The direction of the message.
- description
- A description message for the event.
- command
- The DICOM command which generated the event.
- dataset
- The Leadtools.Dicom.DicomDataSet associated with the event.
- customInformation
- Extra data associated with the event.
Visual Basic (Declaration) | |
---|---|
Public Sub LogEvent( _ ByVal type As LogType, _ ByVal messageDirection As MessageDirection, _ ByVal description As String, _ ByVal command As DicomCommandType, _ ByVal dataset As DicomDataSet, _ ByVal customInformation As SerializableDictionary(Of String,Object) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ClientSessionProxy Dim type As LogType Dim messageDirection As MessageDirection Dim description As String Dim command As DicomCommandType Dim dataset As DicomDataSet Dim customInformation As SerializableDictionary(Of String,Object) instance.LogEvent(type, messageDirection, description, command, dataset, customInformation) |
C# | |
---|---|
public void LogEvent( LogType type, MessageDirection messageDirection, string description, DicomCommandType command, DicomDataSet dataset, SerializableDictionary<string,object> customInformation ) |
C++/CLI | |
---|---|
public: void LogEvent( LogType type, MessageDirection messageDirection, String^ description, DicomCommandType command, DicomDataSet^ dataset, SerializableDictionary<String^,Object^>^ customInformation ) |
Parameters
- type
- The type of the event.
- messageDirection
- The direction of the message.
- description
- A description message for the event.
- command
- The DICOM command which generated the event.
- dataset
- The Leadtools.Dicom.DicomDataSet associated with the event.
- customInformation
- Extra data associated with the event.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7