次の方法で共有


QueueHttpResponseParsers.ReadServicePropertiesAsync メソッド

定義

ストリームからサービス プロパティを読み取ります。

public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> ReadServicePropertiesAsync (System.IO.Stream inputStream, System.Threading.CancellationToken token);
static member ReadServicePropertiesAsync : System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Shared Function ReadServicePropertiesAsync (inputStream As Stream, token As CancellationToken) As Task(Of ServiceProperties)

パラメーター

inputStream
Stream

サービス プロパティの読み取り元のストリーム。

戻り値

ストリームに格納されているサービス プロパティ。

適用対象