CloudBlobClient.EndGetServiceProperties Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient.::..EndGetServiceProperties Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to get service properties for the Blob service.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
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
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::ServiceProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesA ServiceProperties object.
Return to top
Ends an asynchronous operation to get service properties for the Blob service.
Syntax
C++
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
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::ServiceProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesA ServiceProperties object.