Android.Accounts.IAccountManagerFuture.Result Property
Accessor for the future result the Android.Accounts.IAccountManagerFuture represents.

Syntax

[get: Android.Runtime.Register("getResult", "()Ljava/lang/Object;", "GetGetResultHandler:Android.Accounts.IAccountManagerFutureInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object Result { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Accounts.OperationCanceledExceptionif the request was canceled for any reason (including if it is forbidden by policy to modify an account (of that type))
Android.Accounts.AuthenticatorExceptionif there was an error communicating with the authenticator or if the authenticator returned an invalid response
Java.IO.IOExceptionif the authenticator returned an error response that indicates that it encountered an IOException while communicating with the authentication server

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Accounts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5