Skip to main content
Version: 3.x

IMessageConsumer.ClientInstanceName property

Gets the name of this client instance. Contains (but is not equal to) the client.id configuration parameter.

public string ClientInstanceName \{ get; }

Remarks

This name will be unique across all client instances in a given application which allows log messages to be associated with the corresponding instance.

See Also