CloudBlobContainer.EndChangeLease(IAsyncResult) メソッド

定義

このコンテナーのリースを変更する非同期操作を終了します。

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

パラメーター

asyncResult
IAsyncResult

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

戻り値

新しいリース ID です。

適用対象