TaskFactory.ContinuationOptions Eigenschaft

Definition

Ruft die Standardaufgabenfortsetzungsoptionen für diese Aufgabenfactory ab.

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

Eigenschaftswert

Die standardmäßigen Aufgabenfortsetzungsoptionen für diese Aufgabenfactory.

Hinweise

Der -Eigenschaftswert wird verwendet, um alle Fortsetzungsaufgaben zu erstellen, es sei denn, während der Aufrufe der Methoden dieser Factory werden explizit andere Optionen angegeben.

Gilt für:

Weitere Informationen