Share via


CloudTableQuery Constructor (Generic DataServiceQuery, RetryPolicy)

Initializes a new instance of the CloudTableQuery class with the specified query and retryPolicy.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in microsoft.windowsazure.storageclient.dll)

Usage

    Dim query As DataServiceQuery(Of TElement)
Dim policy As RetryPolicy

Dim instance As New CloudTableQuery(Of TElement)(query, policy)

Syntax

'Declaration
Public Sub New ( _
    query As DataServiceQuery(Of TElement), _
    policy As RetryPolicy _
)
public CloudTableQuery (
    DataServiceQuery<TElement> query,
    RetryPolicy policy
)
public:
CloudTableQuery (
    DataServiceQuery<TElement>^ query, 
    RetryPolicy^ policy
)
public CloudTableQuery (
    DataServiceQuery<TElement> query, 
    RetryPolicy policy
)
public function CloudTableQuery (
    query : DataServiceQuery<TElement>, 
    policy : RetryPolicy
)

Parameters

  • policy
    The RetryPolicy to use when retrying requests.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

CloudTableQuery Generic Class
CloudTableQuery Members
Microsoft.WindowsAzure.StorageClient Namespace