LogEventPublisherHasSubscribers Property

Gets if this publisher has any subscribers to it. This does not have to be checked as messages won't route if there are not subscribers. This is mainly used to skip the code that would generate the data for the LogMessage.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.183 -- Release Build+c1cc83b329060ceb72c37f946b3e7a2556bfb88b
public bool HasSubscribers { get; }

Property Value

Boolean

See Also