GetParameter(Object,String,Int32@)

For the specified streamID, retrieves the integer value of a stream parameter named paramKey, and stores it at the address pointed to by paramValue. Using a NULL streamID will work on system parameters.

To get a key value from Consul, streamID must be written as genvid.kv, paramKey is used as the key value name and paramValue as the container to receive the key value content.

Parameters

  • streamID : object : Stream Id needed to access the proper stream.
  • paramKey : string : Name of the parameter to access.
  • paramValue : ref int : Value of the parameter is saved into this.

Return

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