FileRange Constructor (Int64, Int64)

 

Initializes a new instance of the FileRange class with required arguments.

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

Syntax

public FileRange(
    long offset,
    long numberOfBytes
)
public:
FileRange(
    long long offset,
    long long numberOfBytes
)
new : 
        offset:int64 *
        numberOfBytes:int64 -> FileRange
Public Sub New (
    offset As Long,
    numberOfBytes As Long
)

Parameters

See Also

FileRange Overload
FileRange Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top