Freigeben über


CloudFileShare.EndSnapshot(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Erstellen einer Momentaufnahme der Freigabe.

public Microsoft.Azure.Storage.File.CloudFileShare EndSnapshot (IAsyncResult asyncResult);
member this.EndSnapshot : IAsyncResult -> Microsoft.Azure.Storage.File.CloudFileShare
Public Function EndSnapshot (asyncResult As IAsyncResult) As CloudFileShare

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein CloudFileShare Objekt, das eine Freigabe Momentaufnahme ist.

Gilt für: