CloudTableClient.GetServicePropertiesAsync Method (TableRequestOptions, OperationContext) (Microsoft.WindowsAzure.Storage.Table)

From Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to get the service properties of the Table service.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<ServiceProperties> GetServicePropertiesAsync(
	TableRequestOptions requestOptions,
	OperationContext operationContext
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceProperties^>^ GetServicePropertiesAsync(
	TableRequestOptions^ requestOptions,
	OperationContext^ operationContext
)
 
[<DoesServiceRequestAttribute>]
abstract GetServicePropertiesAsync : 
        requestOptions:TableRequestOptions *
        operationContext:OperationContext -> Task<ServiceProperties>
[<DoesServiceRequestAttribute>]
override GetServicePropertiesAsync : 
        requestOptions:TableRequestOptions *
        operationContext:OperationContext -> Task<ServiceProperties>
 
<DoesServiceRequestAttribute>
Public Overridable Function GetServicePropertiesAsync (
	requestOptions As TableRequestOptions,
	operationContext As OperationContext
) As Task(Of ServiceProperties)
Return to top