Class ProcessWorkerEventArgs
Class ProcessWorkerEventArgs.
Inheritance
System.Object
ProcessWorkerEventArgs
Namespace: Cireson.Core.Interfaces.Services.WorkerProcessing.Workers
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class ProcessWorkerEventArgs : EventArgs
Remarks
Admin, 8/24/2017.
Constructors
View SourceProcessWorkerEventArgs(IProcessWorker)
Initializes a new instance of the ProcessWorkerEventArgs class.
Declaration
public ProcessWorkerEventArgs(IProcessWorker processWorker)
Parameters
Type | Name | Description |
---|---|---|
IProcessWorker | processWorker | The process worker. |
Remarks
Admin, 8/24/2017.
Properties
View SourceProcessWorker
Gets or sets the process worker.
Declaration
public IProcessWorker ProcessWorker { get; set; }
Property Value
Type | Description |
---|---|
IProcessWorker | The process worker. |