Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Ends an asynchronous operation to set the service properties of the Table service.

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

Syntax

 
public virtual void EndSetServiceProperties(
	IAsyncResult asyncResult
)
 
public:
virtual void EndSetServiceProperties(
	IAsyncResult^ asyncResult
)
 
abstract EndSetServiceProperties : 
        asyncResult:IAsyncResult -> unit
override EndSetServiceProperties : 
        asyncResult:IAsyncResult -> unit
 
Public Overridable Sub EndSetServiceProperties (
	asyncResult As IAsyncResult
)

Parameters

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

The result returned from a prior call to BeginSetServiceProperties

Return to top