FileRange Constructor

Windows Runtime Azure Storage Client Library

Initializes a new instance of the FileRange class.

Namespace: Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim start As Long
Dim end As Long

Dim instance As New FileRange(start, end)

Syntax

Visual Basic
Public Sub New ( _
	start As Long, _
	end As Long _
)
C#
public FileRange (
	long start,
	long end
)
C++
public:
FileRange (
	long long start, 
	long long end
)
J#
public FileRange (
	long start, 
	long end
)
JScript
public function FileRange (
	start : long, 
	end : long
)

Parameters

start

The starting offset.

end

The ending offset.

Remarks


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also