示例#1
0
        public async Task GetKeyValueTest()
        {
            ListKeyValueOptions listKeyValueOptions = new ListKeyValueOptions("Primary");
            KeyValue            keyValue            = await ConfigStore.GetKeyValueAsync(listKeyValueOptions);

            Assert.IsTrue(keyValue.Key.Equals("Primary"));
        }