你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 挂起的异步操作的 。

返回

范围的可枚举集合。

适用于