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