This topic has not yet been rated - Rate this topic

CloudBlobClient.BeginGetServiceProperties Method

Begins an asynchronous operation to get an account’s Blob service properties.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudBlobClient
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetServiceProperties(callback, state)
public IAsyncResult BeginGetServiceProperties (
	AsyncCallback callback,
	Object state
)
public IAsyncResult BeginGetServiceProperties (
	AsyncCallback callback, 
	Object state
)
public function BeginGetServiceProperties (
	callback : AsyncCallback, 
	state : Object
) : IAsyncResult

Parameters

callback

Type: System.AsyncCallback

The callback delegate that will receive notification when the asynchronous operation completes.

state

Type: System.Object

A user-defined object that will be passed to the callback delegate.

Return Value

Returns IAsyncResult.

The local storage service currently does not support this method.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter