2using System.Threading.Tasks;
67 Task
Exception(DateTime Timestamp,
string Exception);
80 Task
Exception(DateTime Timestamp, Exception Exception);
Interface for classes that can be observed.
Task Information(string Comment)
Called to inform the viewer of something.
Task Error(string Error)
Called to inform the viewer of an error state.
Task Exception(DateTime Timestamp, string Exception)
Called to inform the viewer of an exception state.
Task Warning(string Warning)
Called to inform the viewer of a warning state.
Task Exception(DateTime Timestamp, Exception Exception)
Called to inform the viewer of an exception state.
Task Error(DateTime Timestamp, string Error)
Called to inform the viewer of an error state.
Task Information(DateTime Timestamp, string Comment)
Called to inform the viewer of something.
Task Exception(string Exception)
Called to inform the viewer of an exception state.
Task Exception(Exception Exception)
Called to inform the viewer of an exception state.
bool DecoupledEvents
If events raised from the communication layer are decoupled, i.e. executed in parallel with the sourc...
Task Warning(DateTime Timestamp, string Warning)
Called to inform the viewer of a warning state.