Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient Constructor (StorageUri, 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(
	StorageUri storageUri,
	StorageCredentials credentials
)
 
public:
CloudTableClient(
	StorageUri^ storageUri,
	StorageCredentials^ credentials
)
 
new : 
        storageUri:StorageUri *
        credentials:StorageCredentials -> CloudTableClient
 
Public Sub New (
	storageUri As StorageUri,
	credentials As StorageCredentials
)
Return to top