Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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)

Syntax

 
public TableRequestOptions(
	TableRequestOptions other
)
 
public:
TableRequestOptions(
	TableRequestOptions^ other
)
 
new : 
        other:TableRequestOptions -> TableRequestOptions
 
Public Sub New (
	other As TableRequestOptions
)
Return to top