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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
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