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