AzureTableSettingsStore.FindAsync(String) Method

Finds all the settings for a particular topic

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public Task<IDictionary<string, string?>> FindAsync(
	string topic
)

Parameters

topic  String
The topic (usually class name) of the settings

Return Value

Task<IDictionary<String, String>>

Exceptions

ArgumentNullExceptiontopic is null, empty, or whitespace
InvalidOperationExceptionNo table name is configured at the application level (i.e., appSettings.config)

See Also