CheckInAsync Method
Checks in a document.
Syntax
[VB.NET] Public Function CheckInAsync(ByVal RemoteFile As String, ByVal Comment As String) As IAsyncAction
[C#] public IAsyncAction CheckInAsync(string remoteFile, string comment);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
CheckInAsync MethodChecks in a document. Syntax[VB.NET] Public Function CheckInAsync(ByVal RemoteFile As String, ByVal Comment As String) As IAsyncAction [C#] public IAsyncAction CheckInAsync(string remoteFile, string comment); RemarksThis 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. |
||