次の方法で共有


CloudFileClient.EndGetServiceProperties(IAsyncResult) メソッド

定義

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

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

パラメーター

asyncResult
IAsyncResult

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

戻り値

FileServiceProperties オブジェクト。

適用対象