Search Results for

    Show / Hide Table of Contents

    Interface INotifyExecution

    Namespace: OpenAPI.Events
    Assembly: OpenAPI.dll
    Syntax
    public interface INotifyExecution

    Properties

    | Improve this Doc View Source

    OnEventExecution

    Declaration
    EventHandler<Event.EventTaskCompleted> OnEventExecution { get; set; }
    Property Value
    Type Description
    EventHandler<Event.EventTaskCompleted>

    Methods

    | Improve this Doc View Source

    OnComplete(Object)

    Declaration
    void OnComplete(object source)
    Parameters
    Type Name Description
    System.Object source
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX