AzureTableSettingsStoreFindAsync(String, String, CancellationToken) Method
Finds a setting's value by its topic and key
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task<string?> FindAsync(
string topic,
string key,
CancellationToken cancellationToken = default
)
- topic String
- The topic (usually class name) of the setting
- key String
- The unique key identifying the setting in the topic area
- cancellationToken CancellationToken (Optional)
- A CancellationToken
controlling the request lifetime.
TaskStringThe setting value, or
null if the setting cannot be found