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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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