[VB.NET]
Public Function CheckOutAsync(ByVal RemoteFile As String)AsTask
[C#]
public Task CheckOutAsync(string remoteFile);
Remarks
This method is the asynchronous version of the CheckOut method and is used to support asynchronous operations in WinRT. Please refer to CheckOut for more information.