GetNotificationParameter function

Get a parameter for the event notification just read by GetNotification function.

Syntax
ULValue UltraLite_Connection_iface::GetNotificationParameter(
  const ULValue & queue_name,
  const ULValue & parameter_name
)
Parameters
  • queue_name   queue name matching GetNotification function call

  • parameter_name   name of parameter to read (or "*")

Returns

The parameter value or empty string on error.

Remarks

Only the parameters from the most-recently read notification on the given queue are available. Parameters are retrieved by name. A parameter name of "*" retrieves the entire parameter string.

See also