[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Sendet eine formatierte, informative Meldung 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 InfoF(
	int id,
	string format,
	params Object[] args
)
Visual Basic
Public Shared Sub InfoF ( _
	id As Integer, _
	format As String, _
	ParamArray args As Object() _
)
F#
static member InfoF : 
        id:int * 
        format:string * 
        args:Object[] -> unit 

Parameters

id
Type: System..::..Int32
Eine numerische Kennung für die Meldung.
format
Type: System..::..String
Die Formatierungszeichenfolge für den Nachrichtentext.
args
Type: array<System..::..Object>[]()[][]
Argumente für die Einbettung in die Formatierungszeichenfolge.

See Also