Compartir a través de


CloudFileClient.EndGetServiceProperties(IAsyncResult) Método

Definición

Finaliza una operación asincrónica para obtener las propiedades del servicio file.

public virtual Microsoft.Azure.Storage.File.Protocol.FileServiceProperties EndGetServiceProperties(IAsyncResult asyncResult);
abstract member EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.File.Protocol.FileServiceProperties
override this.EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.File.Protocol.FileServiceProperties
Public Overridable Function EndGetServiceProperties (asyncResult As IAsyncResult) As FileServiceProperties

Parámetros

asyncResult
IAsyncResult

que IAsyncResult hace referencia a la operación asincrónica pendiente.

Devoluciones

Un objeto FileServiceProperties.

Se aplica a