C#C++F#VB
CloudFileClient.::..EndGetServiceProperties Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to get service properties for the File service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public virtual FileServiceProperties EndGetServiceProperties( IAsyncResult asyncResult )
C++
public: virtual FileServiceProperties^ EndGetServiceProperties( IAsyncResult^ asyncResult )
abstract EndGetServiceProperties : asyncResult:IAsyncResult -> FileServiceProperties override EndGetServiceProperties : asyncResult:IAsyncResult -> FileServiceProperties
Public Overridable Function EndGetServiceProperties ( asyncResult As IAsyncResult ) As FileServiceProperties
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: Microsoft.WindowsAzure.Storage.File.Protocol.FileServicePropertiesMicrosoft.WindowsAzure.Storage.File.Protocol::FileServiceProperties^Microsoft.WindowsAzure.Storage.File.Protocol.FileServicePropertiesMicrosoft.WindowsAzure.Storage.File.Protocol.FileServicePropertiesA FileServiceProperties object.