CloudFileDirectory.EndCloseAllHandlesSegmented(IAsyncResult) Method

Definition

Ends an asynchronous operation to close all SMB handles on this directory.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

An enumerable collection of ranges.

Applies to