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.177-beta
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