Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.GetServicePropertiesAsync Method (CancellationToken) (Microsoft.WindowsAzure.Storage.Table)

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(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceProperties^>^ GetServicePropertiesAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract GetServicePropertiesAsync : 
        cancellationToken:CancellationToken -> Task<ServiceProperties>
[<DoesServiceRequestAttribute>]
override GetServicePropertiesAsync : 
        cancellationToken:CancellationToken -> Task<ServiceProperties>
 
<DoesServiceRequestAttribute>
Public Overridable Function GetServicePropertiesAsync (
	cancellationToken As CancellationToken
) As Task(Of ServiceProperties)
Return to top