CloudBlobContainer.EndAcquireLease(IAsyncResult) メソッド

定義

このコンテナーのリースを取得するための非同期操作を終了します。

public virtual string EndAcquireLease (IAsyncResult asyncResult);
abstract member EndAcquireLease : IAsyncResult -> string
override this.EndAcquireLease : IAsyncResult -> string
Public Overridable Function EndAcquireLease (asyncResult As IAsyncResult) As String

パラメーター

asyncResult
IAsyncResult

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

戻り値

取得したリースの ID です。

適用対象