AsyncCodeActivityContext.IsCancellationRequested Proprietà

Definizione

Ottiene un valore che indica se il AsyncCodeActivity attualmente in esecuzione deve essere annullato.

public:
 property bool IsCancellationRequested { bool get(); };
public bool IsCancellationRequested { get; }
member this.IsCancellationRequested : bool
Public ReadOnly Property IsCancellationRequested As Boolean

Valore della proprietà

true se AsyncCodeActivity attualmente in esecuzione deve essere annullato; in caso contrario, false.

Si applica a