Click or drag to resize

MessageSuppression Enumeration

Indicates the suppression level that this message received

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public enum MessageSuppression
View Source
Members
Member nameValueDescription
None0 This message did not receive a suppression level.
Standard1 Indicates that the message rate is slightly over normal levels. Only subscribers specifically asking for this suppression level will receive this message.
Heavy2 Indicates that the message rate is heavily over normal levels. Only subscribers specifically asking for this suppression level will receive this message.
Severe3 Indicates that the message rate is severely over normal levels. Only subscribers specifically asking for this suppression level will receive this message.
See Also