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
See Also