IBackgroundOperationContext.IsCancelRequested Proprietà

Definizione

Ottiene o imposta un valore che indica se l'utente ha richiesto l'annullamento dell'operazione.

public:
 property bool IsCancelRequested { bool get(); void set(bool value); };
public bool IsCancelRequested { get; set; }
member this.IsCancelRequested : bool with get, set
Public Property IsCancelRequested As Boolean

Valore della proprietà

true se l'operazione viene annullata; in caso contrario, false.

Si applica a