[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die ID des Synchronisierungskontexts zurück.

Namespace: DynamicNode.Ext.Objects
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)

Syntax

C#
public string Id { get; }
Visual Basic
Public ReadOnly Property Id As String
	Get
F#
abstract Id : string
override Id : string

Field Value

Die ID des Synchronisierungskontexts.

Implements

ISingleThreadContext..::..Id

See Also