Process.WaitForAsync Method

Definition

Overloads

Name Description
WaitForAsync()

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

WaitForAsync(Int64, TimeUnit)

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

WaitForAsync()

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

public System.Threading.Tasks.Task<int> WaitForAsync();
member this.WaitForAsync : unit -> System.Threading.Tasks.Task<int>

Returns

Remarks

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Applies to

WaitForAsync(Int64, TimeUnit)

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

public System.Threading.Tasks.Task<bool> WaitForAsync(long timeout, Java.Util.Concurrent.TimeUnit? unit);
member this.WaitForAsync : int64 * Java.Util.Concurrent.TimeUnit -> System.Threading.Tasks.Task<bool>

Parameters

timeout
Int64
unit
TimeUnit

Returns

Remarks

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Applies to