次の方法で共有


AddTaskCollectionResultHandler コンストラクター

定義

指定した結果ハンドラー関数を使用して、 AddTaskCollectionResultHandler クラスの新しいインスタンスを初期化します。

public AddTaskCollectionResultHandler (Func<Microsoft.Azure.Batch.AddTaskResult,System.Threading.CancellationToken,Microsoft.Azure.Batch.AddTaskResultStatus> resultHandler);
new Microsoft.Azure.Batch.AddTaskCollectionResultHandler : Func<Microsoft.Azure.Batch.AddTaskResult, System.Threading.CancellationToken, Microsoft.Azure.Batch.AddTaskResultStatus> -> Microsoft.Azure.Batch.AddTaskCollectionResultHandler
Public Sub New (resultHandler As Func(Of AddTaskResult, CancellationToken, AddTaskResultStatus))

パラメーター

resultHandler
Func<AddTaskResult,CancellationToken,AddTaskResultStatus>

特定のタスクの追加操作が成功または失敗と見なされるかどうか、および再試行できるかどうかを定義する関数。

適用対象