SharedState.Keys property

Gets an enumerable collection of all keys in the shared state.

public IEnumerable<string> Keys { get; }

See Also