LockFileAsync Method
Locks the specified file.
Syntax
[VB.NET] Public Function LockFileAsync(ByVal ExpDate As String, ByVal isDownloadAllowed As Boolean) As Task
[C#] public Task LockFileAsync(string expDate, bool isDownloadAllowed);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
LockFileAsync MethodLocks the specified file. Syntax[VB.NET] Public Function LockFileAsync(ByVal ExpDate As String, ByVal isDownloadAllowed As Boolean) As Task [C#] public Task LockFileAsync(string expDate, bool isDownloadAllowed); RemarksThis method is the asynchronous version of the LockFile method and is used to support asynchronous operations in WinRT. Please refer to LockFile for more information. |
||