Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a task continuation context which allows the Runtime to choose the execution context for a continuation.
static task_continuation_context use_arbitrary();
Return Value
A task continuation context that represents an arbitrary location.
Remarks
When this continuation context is used the continuation will execute in a context the runtime chooses even if the antecedent task is apartment aware.
use_arbitrary can be used to turn off the default behavior for a continuation on an apartment aware task created in an STA.
This method is only available to Windows Store apps.
Requirements
Header: ppltasks.h
Namespace: concurrency