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

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

Syntax

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

Parameters

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

See Also