IFutureExtensions.GetAsync Method

Definition

Overloads

GetAsync(IFuture)

C#
public static System.Threading.Tasks.Task<Java.Lang.Object?> GetAsync (this Java.Util.Concurrent.IFuture self);

Parameters

self
IFuture

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

GetAsync(IFuture, Int64, TimeUnit)

C#
public static System.Threading.Tasks.Task<Java.Lang.Object?> GetAsync (this Java.Util.Concurrent.IFuture self, long timeout, Java.Util.Concurrent.TimeUnit? unit);

Parameters

self
IFuture
timeout
Int64
unit
TimeUnit

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35