LogPublisherMaxDistinctEventPublisherCount Property
            The maximum number of distinct events that this publisher can generate. (Default: 20)
            
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.150 -- Release Build+2592e65d65fe0b04e044df0bc79f2e5da6464eee
public int MaxDistinctEventPublisherCount { get; set; }
Public Property MaxDistinctEventPublisherCount As Integer
	Get
	Set
public:
property int MaxDistinctEventPublisherCount {
	int get ();
	void set (int value);
}
function get_MaxDistinctEventPublisherCount();
function set_MaxDistinctEventPublisherCount(value);
Property Value
Int32 
            Since message suppression and collection occurs at the event name level, it is important
            to have only a few distinct message types. This is the limit so misapplication
            of this publisher will not cause memory impacts on the system.
            
            It is recommended to keep the event name as a fixed string and not report any other meta data
            with the event.