CK.Monitoring.GrandOutputEventInfo.GrandOutputEventInfo C# (CSharp) Method

GrandOutputEventInfo() public method

Initializes a new GrandOutputEventInfo.
public GrandOutputEventInfo ( IMulticastLogEntry e, string topic ) : System
e IMulticastLogEntry Log entry.
topic string Current topic.
return System
        public GrandOutputEventInfo( IMulticastLogEntry e, string topic )
        {
            Entry = e;
            Topic = topic;
        }
    }
GrandOutputEventInfo