|
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.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic bool HasSubscribers { get; }Public ReadOnly Property HasSubscribers As Boolean
Get
public:
property bool HasSubscribers {
bool get ();
}member HasSubscribers : bool with get
function get_HasSubscribers();
View SourceProperty Value
Boolean
See Also