Delegate LoggingServerStatusChangedDeletate
Delegate for the LoggingServerStatusChanged event of the I3LogEventClient class.
Namespace: I3V3.LoggingHelpers
Assembly: Ng911Lib.dll
Syntax
public delegate void LoggingServerStatusChangedDeletate(string strLoggerName, bool Responding)
Parameters
Type | Name | Description |
---|---|---|
string | strLoggerName | Name of the log event server. This will match the strLoggerName parameter that was passed to the constructor of the I3LogEventClent class. |
bool | Responding | True if the logging server started responding again after it stopped responding. False if the logging server stopped responding after it was responding. |