CloudFile.EndCloseAllHandlesSegmented(IAsyncResult) メソッド

定義

このファイルのすべての SMB ハンドルを閉じる非同期操作を終了します。

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

パラメーター

asyncResult
IAsyncResult

IAsyncResult保留中の非同期操作を参照する 。

戻り値

範囲の列挙可能なコレクションです。

適用対象