ConsulRegistry.

SetKeyAsync(string, string) Method

Summary

This allows you to set a configuration key

Syntax

public Task<bool> SetKeyAsync(string keyPath, string value)

Parameters

Name Type Description
keyPath string
value string

Return Value

Type Description
Task<bool>