Android.Accounts.IAccountManagerFuture Members

The members of Android.Accounts.IAccountManagerFuture are listed below.

Public Properties

[read-only]
IsCancelledbool. Returns true if this task was cancelled before it completed normally.
[read-only]
IsDonebool. Returns true if this task completed.
[read-only]
ResultJava.Lang.Object. Accessor for the future result the Android.Accounts.IAccountManagerFuture represents.

Public Methods

Cancel(bool) : bool
Attempts to cancel execution of this task.
GetResult(long, Java.Util.Concurrent.TimeUnit) : Java.Lang.Object
Accessor for the future result the Android.Accounts.IAccountManagerFuture represents.