IConfigSource.

TryWatchKeysAsync(string, object) Method

Syntax

Task<(bool success, Dictionary<string, string> update)> TryWatchKeysAsync(string keyPath, object state)

Parameters

Name Type Description
keyPath string
state object

Return Value

Type Description
Task<(bool success, Dictionary<string, string> update)>