Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.EndGetServiceProperties Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Table)

Ends 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

 
public virtual ServiceProperties EndGetServiceProperties(
	IAsyncResult asyncResult
)
 
public:
virtual ServiceProperties^ EndGetServiceProperties(
	IAsyncResult^ asyncResult
)
 
abstract EndGetServiceProperties : 
        asyncResult:IAsyncResult -> ServiceProperties
override EndGetServiceProperties : 
        asyncResult:IAsyncResult -> ServiceProperties
 
Public Overridable Function EndGetServiceProperties (
	asyncResult As IAsyncResult
) As ServiceProperties

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

The result returned from a prior call to BeginGetServiceProperties.

Return to top