BatchRequest Class

 

The base class of all Batch requests.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.BatchRequest
    Microsoft.Azure.Batch.Protocol.BatchRequest<TParams, TResponse>

Syntax

public abstract class BatchRequest
public ref class BatchRequest abstract 
[<AbstractClass>]
type BatchRequest = class end
Public MustInherit Class BatchRequest

Constructors

Name Description
System_CAPS_protmethod BatchRequest(BatchRestClient, CancellationToken)

Initializes a new instance of the BatchRequest class.

Properties

Name Description
System_CAPS_pubproperty CancellationToken

Gets or sets the CancellationToken associated with this BatchRequest.

System_CAPS_pubproperty OperationContext

Gets the operation context associated with this BatchRequest.

System_CAPS_pubproperty Parameters

Gets the params needed by the REST proxy for the current request.

System_CAPS_pubproperty RestClient

Gets or sets the REST client that will be used for this request.

System_CAPS_pubproperty RetryPolicy

Gets or sets the retry policy to be applied. Null means no retries will be attempted.

System_CAPS_pubproperty Timeout

Gets or sets the client side timeout for a request to the Batch service.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol Namespace

Return to top