- timeout
- the maximum time to wait
- unit
- the time unit of the timeout argument. This must not be null.
Documentation for this section has not yet been entered.
Type Reason Android.Accounts.OperationCanceledException if the request was canceled for any reason Android.Accounts.AuthenticatorException if there was an error communicating with the authenticator or if the authenticator returned an invalid response Java.IO.IOException if the authenticator returned an error response that indicates that it encountered an IOException while communicating with the authentication server
Accessor for the future result the Android.Accounts.IAccountManagerFuture represents. This call will block until the result is available. In order to check if the result is available without blocking, one may call IAccountManagerFuture.IsDone and IAccountManagerFuture.IsCancelled. If the request that generated this result fails or is canceled then an exception will be thrown rather than the call returning normally. If a timeout is specified then the request will automatically be canceled if it does not complete in that amount of time.