[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt true zurück, wenn es Synchronisierungskontext mit der übergebenen ID registriert wurde.

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

Syntax

C#
public bool SupportsSingleThreadContext(
	string id
)
Visual Basic
Public Function SupportsSingleThreadContext ( _
	id As String _
) As Boolean
F#
abstract SupportsSingleThreadContext : 
        id:string -> bool 
override SupportsSingleThreadContext : 
        id:string -> bool 

Parameters

id
Type: System..::..String
Die ID des Synchronisierungskontextes.

Return Value

true, wenn der übergebene Sysnchronisierungskontext unterstützt wird, sonst false.

Implements

IThreadManager..::..SupportsSingleThreadContext(String)

See Also