GetParameterUTF8(String,String,String@,Int32)

Retrieves the key value from Consul named paramKey for the specified ‘’id’’. The value is stored at the address pointed to by dstBuffer. dstBufferSize indicates the size of the retrieved string.

Parameters

  • id : string : String to search for in Consul.
  • paramKey : string : Key value retrieved from Consul.
  • dstBuffer : ref string : Reference string that stores the search result.
  • dstBufferSize : int : Size of the retreived string.

Return

Status : Status that indicates if the operation succeeds.