Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient Constructor (Uri, StorageCredentials) (Microsoft.WindowsAzure.Storage.Table)

Initializes a new instance of the CloudTableClient class using the specified Table service endpoint and account credentials.

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

Syntax

 
public CloudTableClient(
	Uri baseUri,
	StorageCredentials credentials
)
 
public:
CloudTableClient(
	Uri^ baseUri,
	StorageCredentials^ credentials
)
 
new : 
        baseUri:Uri *
        credentials:StorageCredentials -> CloudTableClient
 
Public Sub New (
	baseUri As Uri,
	credentials As StorageCredentials
)
Return to top