AsyncTaskLoader.IsLoadInBackgroundCanceled Proprietà

Definizione

Restituisce true se la chiamata corrente di #loadInBackground viene annullata.

public virtual bool IsLoadInBackgroundCanceled { [Android.Runtime.Register("isLoadInBackgroundCanceled", "()Z", "GetIsLoadInBackgroundCanceledHandler")] get; }
[<get: Android.Runtime.Register("isLoadInBackgroundCanceled", "()Z", "GetIsLoadInBackgroundCanceledHandler")>]
member this.IsLoadInBackgroundCanceled : bool

Valore della proprietà

True se la chiamata corrente di #loadInBackground viene annullata.

Attributi

Commenti

Restituisce true se la chiamata corrente di #loadInBackground viene annullata.

per android.content.AsyncTaskLoader.isLoadInBackgroundCanceled().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche