CloudFileShare.EndSnapshot(IAsyncResult) Method

Definition

Ends an asynchronous operation to create a snapshot of the share.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A CloudFileShare object that is a share snapshot.

Applies to