PageRange Constructor
From Windows Runtime Azure Storage Client Library
Initializes a new instance of the PageRange class.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim start As Long Dim end As Long Dim instance As New PageRange(start, end) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _ start As Long, _ end As Long _ ) |
| C# |
|---|
public PageRange ( long start, long end ) |
| C++ |
|---|
public: PageRange ( long long start, long long end ) |
| J# |
|---|
public PageRange ( long start, long end ) |
| JScript |
|---|
public function PageRange ( start : long, end : long ) |
Parameters
- start
The starting offset.
- end
The ending offset.