[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Sendet eine Warnung an das Ablaufverfolgungssystem.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public static void Warning(
	int id,
	string text
)
Visual Basic
Public Shared Sub Warning ( _
	id As Integer, _
	text As String _
)
F#
static member Warning : 
        id:int * 
        text:string -> unit 

Parameters

id
Type: System..::..Int32
Eine numerische Kennung für die Meldung.
text
Type: System..::..String
Die Meldung.

See Also