CreateObjectAsync Method
Puts an object into a bucket.
Syntax
[VB.NET] Public Function CreateObjectAsync(ByVal ObjectName As String) As IAsyncAction
[C#] public IAsyncAction CreateObjectAsync(string objectName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateObjectAsync MethodPuts an object into a bucket. Syntax[VB.NET] Public Function CreateObjectAsync(ByVal ObjectName As String) As IAsyncAction [C#] public IAsyncAction CreateObjectAsync(string objectName); RemarksThis method is the asynchronous version of the CreateObject method and is used to support asynchronous operations in WinRT. Please refer to CreateObject for more information. |
||