次の方法で共有


CloudQueueClient.EndSetServiceProperties(IAsyncResult) メソッド

定義

Queue サービスのサービス プロパティを設定する非同期操作を終了します。

public virtual void EndSetServiceProperties (IAsyncResult asyncResult);
abstract member EndSetServiceProperties : IAsyncResult -> unit
override this.EndSetServiceProperties : IAsyncResult -> unit
Public Overridable Sub EndSetServiceProperties (asyncResult As IAsyncResult)

パラメーター

asyncResult
IAsyncResult

への以前の IAsyncResult 呼び出し BeginSetServiceProperties(ServiceProperties, AsyncCallback, Object)から返された 。

適用対象