StorSimpleManagementClientExtensions.GetOperationStatusAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスクの状態の取得は、指定したタスク ID の状態を返します。非同期タスクを呼び出した後、Get Task Status を呼び出して、タスクが成功したか、失敗したか、進行中であるかを判断できます。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo> GetOperationStatusAsync (this Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient operations, string taskId);
static member GetOperationStatusAsync : Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo>
<Extension()>
Public Function GetOperationStatusAsync (operations As IStorSimpleManagementClient, taskId As String) As Task(Of TaskStatusInfo)
パラメーター
- operations
- IStorSimpleManagementClient
Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient への参照。
- taskId
- String
必須。 追跡する要求のタスク ID。
戻り値
非同期タスクに関する情報
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET