Interface INotifyExecution
Namespace: OpenAPI.Events
Assembly: OpenAPI.dll
Syntax
public interface INotifyExecution
Properties
| Improve this Doc View SourceOnEventExecution
Declaration
EventHandler<Event.EventTaskCompleted> OnEventExecution { get; set; }
Property Value
| Type | Description |
|---|---|
| EventHandler<Event.EventTaskCompleted> |
Methods
| Improve this Doc View SourceOnComplete(Object)
Declaration
void OnComplete(object source)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | source |