CreateLinkAsync Method
Creates a link for sharing the resource.
Syntax
[VB.NET] Public Function CreateLinkAsync(ByVal ReadOnly As Boolean) As Task<string>
[C#] public Task<string> CreateLinkAsync(bool readOnly);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateLinkAsync MethodCreates a link for sharing the resource. Syntax[VB.NET] Public Function CreateLinkAsync(ByVal ReadOnly As Boolean) As Task<string> [C#] public Task<string> CreateLinkAsync(bool readOnly); RemarksThis method is the asynchronous version of the CreateLink method and is used to support asynchronous operations in WinRT. Please refer to CreateLink for more information. |
||