Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

CreateBlockAsync Method

Creates a new block to be committed as part of a block blob.

Syntax

[VB.NET]
Public Function CreateBlockAsync(ByVal blobName As String, ByVal blockId As String) As Task
[C#]
public Task CreateBlockAsync(string blobName, string blockId);

Remarks

This method is the asynchronous version of the CreateBlock method and is used to support asynchronous operations in WinRT. Please refer to CreateBlock for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0