GetParameterUTF8(String,String,String@,Int32)

For the specified id, retrieves the key value of Consul named paramKey, and stores it at the address pointed to by dstBuffer. dstBufferSize is needed to indicate the size of the retrieved string.

Parameters

  • id : string : Used for consul search.
  • paramKey : string : Key value searched in Consul.
  • dstBuffer : ref string : Reference string storing the result of the search.
  • dstBufferSize : int : Size of the retreived string.

Return

Status : Status to indicate if the operation was a success.