CreateTasksOptions(Int32, Int32, TaskResultHandler, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CreateTasksOptions class.
public CreateTasksOptions(int maxDegreeOfParallelism = 1, int maxTimeBetweenCallsInSeconds = 30, Azure.Compute.Batch.TaskResultHandler createTaskResultHandler = default, bool returnBatchTaskAddResults = false);
new Azure.Compute.Batch.CreateTasksOptions : int * int * Azure.Compute.Batch.TaskResultHandler * bool -> Azure.Compute.Batch.CreateTasksOptions
Public Sub New (Optional maxDegreeOfParallelism As Integer = 1, Optional maxTimeBetweenCallsInSeconds As Integer = 30, Optional createTaskResultHandler As TaskResultHandler = Nothing, Optional returnBatchTaskAddResults As Boolean = false)
Parameters
- maxDegreeOfParallelism
- Int32
- maxTimeBetweenCallsInSeconds
- Int32
- createTaskResultHandler
- TaskResultHandler
- returnBatchTaskAddResults
- Boolean