CloudQueue.FetchAttributesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FetchAttributesAsync(QueueRequestOptions, OperationContext, CancellationToken) |
キューの属性をフェッチする非同期操作を開始します。 |
FetchAttributesAsync(QueueRequestOptions, OperationContext) |
キューの属性をフェッチする非同期操作を開始します。 |
FetchAttributesAsync() |
キューの属性をフェッチする非同期操作を開始します。 |
FetchAttributesAsync(CancellationToken) |
キューの属性をフェッチする非同期操作を開始します。 |
FetchAttributesAsync(QueueRequestOptions, OperationContext, CancellationToken)
キューの属性をフェッチする非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
パラメーター
- options
- QueueRequestOptions
要求の追加オプションを指定する QueueRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
適用対象
FetchAttributesAsync(QueueRequestOptions, OperationContext)
キューの属性をフェッチする非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (options As QueueRequestOptions, operationContext As OperationContext) As Task
パラメーター
- options
- QueueRequestOptions
要求の追加オプションを指定する QueueRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
適用対象
FetchAttributesAsync()
キューの属性をフェッチする非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : unit -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync () As Task
戻り値
非同期操作を表す Task オブジェクト。
- 属性
適用対象
FetchAttributesAsync(CancellationToken)
キューの属性をフェッチする非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (cancellationToken As CancellationToken) As Task
パラメーター
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
適用対象
Azure SDK for .NET