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

GetEntityAsync Method

Gets the entity specified by PartitionKey and RowKey.

Syntax

[VB.NET]
Public Function GetEntityAsync(ByVal PartitionKey As String, ByVal RowKey As String) As Task
[C#]
public Task GetEntityAsync(string partitionKey, string rowKey);

Remarks

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

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