CloudFile.EndListHandlesSegmented(IAsyncResult) メソッド

定義

このファイルで SMB ハンドルを開く非同期操作を終了します。

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

パラメーター

asyncResult
IAsyncResult

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

戻り値

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

適用対象