GetFileRequestByteRange(Int32, Int32) Constructor

Definition

Initializes a new instance of the GetFileRequestByteRange class.

public GetFileRequestByteRange (int startRange, int endRange);
new Microsoft.Azure.Batch.GetFileRequestByteRange : int * int -> Microsoft.Azure.Batch.GetFileRequestByteRange
Public Sub New (startRange As Integer, endRange As Integer)

Parameters

startRange
Int32

The start of the byte range to retrieve.

endRange
Int32

The end of the byte range to retrieve.

Applies to