AzureTableStoreInitializeAsync Method

Connects to Azure Table Storage

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
C#
protected Task InitializeAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
 

Return Value

Task

Exceptions

InvalidOperationExceptionThe storage account name, account key, or account URI is missing

See Also