[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)
Sendet eine Detailmeldung an das Ablaufverfolgungssystem.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public static void Verbose( int id, string text ) |
| Visual Basic |
|---|
Public Shared Sub Verbose ( _ id As Integer, _ text As String _ ) |
| F# |
|---|
static member Verbose : id:int * text:string -> unit |
Parameters
- id
- Type: System..::..Int32
Eine numerische Kennung für die Meldung.
- text
- Type: System..::..String
Die Meldung.