[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Initialisiert eine Message-Instanz.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public Message( TraceEventType typ, string source, int id, string text, params Object[] data ) |
Visual Basic |
---|
Public Sub New ( _ typ As TraceEventType, _ source As String, _ id As Integer, _ text As String, _ ParamArray data As Object() _ ) |
F# |
---|
new : typ:TraceEventType * source:string * id:int * text:string * data:Object[] -> Message |
Parameters
- typ
- Type: System.Diagnostics..::..TraceEventType
Der Nachrichtentyp.
- source
- Type: System..::..String
Die Quelle der Nachricht.
- id
- Type: System..::..Int32
Die numerische Kennung.
- text
- Type: System..::..String
Der Nachrichtentext.
- data
- Type: array<System..::..Object>[]()[][]
Zusätzliche Objekte, welche die Nachricht näher beschreiben.