'Declaration
Public Function New( _ ByVal newSessions As Integer, _ ByVal warningSessions As Integer, _ ByVal errorSessions As Integer, _ ByVal criticalSessions As Integer, _ ByVal maxSeverity As LogMessageSeverity _ )
public NewSessionsEventArgs( int newSessions, int warningSessions, int errorSessions, int criticalSessions, LogMessageSeverity maxSeverity )
Parameters
- newSessions
- warningSessions
- errorSessions
- criticalSessions
- maxSeverity