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

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

返回

范围的可枚举集合。

适用于