Class LogUpdateEventArgs
Inheritance
System.Object
LogUpdateEventArgs
Namespace: AutoCheck.Core.Events
Assembly: AutoCheck.Core.dll
Syntax
public class LogUpdateEventArgs : EventArgs
Constructors
| Improve this Doc View SourceLogUpdateEventArgs(Guid, Output.Log, Boolean)
Creates a new log event instance.
Declaration
public LogUpdateEventArgs(Guid id, Output.Log log, bool endOfScript = false)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | The current instance ID (for multi-threading purposes). |
Output.Log | log | The log content. |
System.Boolean | endOfScript |
Properties
| Improve this Doc View SourceEndOfScript
Declaration
public bool EndOfScript { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Declaration
public Guid ID { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Log
Declaration
public Output.Log Log { get; set; }
Property Value
Type | Description |
---|---|
Output.Log |
Extension Methods
ObjectExtensions.DeepClone<T>(T)