AsyncCodeActivityContext.IsCancellationRequested Proprietà

Definizione

Ottiene un valore che indica se l'oggetto attualmente in esecuzione AsyncCodeActivity 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 l'oggetto attualmente in esecuzione AsyncCodeActivity deve essere annullato; in caso contrario, false.

Si applica a