Inner Drive Extensible Architecture
C#
Show/Hide TOC
Azure
Table
Settings
Store
Find
Async(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#
Copy
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
ArgumentNullException
topic
is null, empty, or whitespace
InvalidOperationException
No table name is configured at the application level (i.e., appSettings.config)
See Also
Reference
AzureTableSettingsStore Class
FindAsync Overload
InnerDrive.Azure Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also