次の方法で共有


CloudQueueClient.EndGetServiceProperties(IAsyncResult) メソッド

定義

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

public virtual Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties EndGetServiceProperties (IAsyncResult asyncResult);
abstract member EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties
override this.EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties
Public Overridable Function EndGetServiceProperties (asyncResult As IAsyncResult) As ServiceProperties

パラメーター

asyncResult
IAsyncResult

の前の呼び出し BeginGetServiceProperties(AsyncCallback, Object)から返された結果。

戻り値

ServiceProperties オブジェクト。

適用対象