FileDeleteFromTaskBatchRequest Constructor

Definition

Initializes a new instance of the FileDeleteFromTaskBatchRequest class.

public FileDeleteFromTaskBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, bool? parameters, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.FileDeleteFromTaskBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * Nullable<bool> * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.FileDeleteFromTaskBatchRequest
Public Sub New (serviceClient As BatchServiceClient, parameters As Nullable(Of Boolean), cancellationToken As CancellationToken)

Parameters

serviceClient
BatchServiceClient

The service client to use.

parameters
Nullable<Boolean>

The parameters to use.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Applies to