TaskFactory.ContinuationOptions Eigenschaft

Definition

Ruft die Standardoptionen für die Aufgabenfortsetzung für diese Vorgangsfactory 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 Standardoptionen für die Aufgabenfortsetzung für diese Vorgangsfactory.

Hinweise

Der Eigenschaftswert wird verwendet, um alle Fortsetzungsaufgaben zu erstellen, es sei denn, andere Optionen werden bei Aufrufen der Methoden dieser Factory explizit angegeben.

Gilt für:

Weitere Informationen