Freigeben über


CloudFileClient.EndGetServiceProperties(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Dateidienst.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein FileServiceProperties-Objekt.

Gilt für: