Click or drag to resize

AzureTableSettingsStoreFind(String) Method

Finds all of the settings for a particular topic

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

Parameters

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

Return Value

TaskIDictionaryString, String
Exceptions
ExceptionCondition
ArgumentNullExceptiontopic is null, empty, or whitespace
InvalidOperationExceptionNo table name is configured at the application level (i.e., appSettings.config)
See Also