IFuture.InvokeState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the computation state.
[Android.Runtime.Register("state", "()Ljava/util/concurrent/Future$State;", "GetInvokeStateHandler:Java.Util.Concurrent.IFuture, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual Java.Util.Concurrent.IFuture.State? InvokeState();
[<Android.Runtime.Register("state", "()Ljava/util/concurrent/Future$State;", "GetInvokeStateHandler:Java.Util.Concurrent.IFuture, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member InvokeState : unit -> Java.Util.Concurrent.IFuture.State
override this.InvokeState : unit -> Java.Util.Concurrent.IFuture.State
Returns
the computation state
- Attributes
Remarks
Returns the computation state.
Java reference for java.util.concurrent.Future.state.