Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the PageRange class.

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

Syntax

 
public PageRange(
	long start,
	long end
)
 
public:
PageRange(
	long long start,
	long long end
)
 
new : 
        start:int64 *
        end:int64 -> PageRange
 
Public Sub New (
	start As Long,
	end As Long
)

Parameters

start
Type: System.Int64System::Int64System.Int64System.Int64

The starting offset.

end
Type: System.Int64System::Int64System.Int64System.Int64

The ending offset.

Return to top