TableRequestOptions Constructor (TableRequestOptions)

Windows Runtime Azure Storage Client Library

Initializes a new instance of the TableRequestOptions class with the specified TableRequestOptions.

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

Usage

Visual Basic
Dim other As TableRequestOptions

Dim instance As New TableRequestOptions(other)

Syntax

Visual Basic
Public Sub New ( _
	other As TableRequestOptions _
)
C#
public TableRequestOptions (
	TableRequestOptions other
)
C++
public:
TableRequestOptions (
	TableRequestOptions^ other
)
J#
public TableRequestOptions (
	TableRequestOptions other
)
JScript
public function TableRequestOptions (
	other : TableRequestOptions
)

Parameters

other

The TableRequestOptions object used to initialize a new instance of the TableRequestOptions class.

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