Sdílet prostřednictvím


MappedByteBuffer.ForceAsync Method

Definition

Overloads

ForceAsync()
ForceAsync(Int32, Int32)

ForceAsync()

public System.Threading.Tasks.Task<Java.Nio.MappedByteBuffer?> ForceAsync ();
member this.ForceAsync : unit -> System.Threading.Tasks.Task<Java.Nio.MappedByteBuffer>

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

ForceAsync(Int32, Int32)

public System.Threading.Tasks.Task<Java.Nio.MappedByteBuffer?> ForceAsync (int index, int length);
member this.ForceAsync : int * int -> System.Threading.Tasks.Task<Java.Nio.MappedByteBuffer>

Parameters

index
Int32
length
Int32

Returns

Applies to