TaskFactory<TResult>.CancellationToken Proprietà

Definizione

Ottiene il token di annullamento predefinito per questa factory delle attività.

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

Valore della proprietà

CancellationToken

Token di annullamento predefinito per questa factory delle attività.

Commenti

Questa proprietà restituisce il token di annullamento predefinito che verrà assegnato a tutte le attività create da questa factory, a meno che non venga specificato esplicitamente un altro valore del token di annullamento durante la chiamata ai metodi di task factory.

Si applica a

Vedi anche