TaskFactory.CreationOptions Proprietà

Definizione

Ottiene le opzioni di creazione attività predefinite per questa factory delle attività.

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

Valore della proprietà

TaskCreationOptions

Opzioni di creazione attività predefinite per questa factory delle attività.

Commenti

Il valore della proprietà viene usato per creare tutte le attività, a meno che non vengano specificate in modo esplicito altre opzioni durante le chiamate ai metodi di questa factory.

Si applica a

Vedi anche