次の方法で共有


CloudFileClient.EndListSharesSegmented(IAsyncResult) メソッド

定義

共有のコレクションを含む結果セグメントを返す非同期操作を終了します。

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

パラメーター

asyncResult
IAsyncResult

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

戻り値

共有の結果セグメントです。

適用対象