TaskFactory.ContinuationOptions Eigenschap

Definitie

Hiermee haalt u de standaardopties voor taakvervolging voor deze taakfactory op.

public:
 property System::Threading::Tasks::TaskContinuationOptions ContinuationOptions { System::Threading::Tasks::TaskContinuationOptions get(); };
public System.Threading.Tasks.TaskContinuationOptions ContinuationOptions { get; }
member this.ContinuationOptions : System.Threading.Tasks.TaskContinuationOptions
Public ReadOnly Property ContinuationOptions As TaskContinuationOptions

Waarde van eigenschap

De standaardopties voor taakvervolging voor deze taakfactory.

Opmerkingen

De eigenschapswaarde wordt gebruikt om alle vervolgtaken te maken, tenzij andere opties expliciet worden opgegeven tijdens aanroepen naar de methoden van deze fabriek.

Van toepassing op

Zie ook