Search Results for

    Show / Hide Table of Contents

    Delegate ConnectorFailedEventHandler

    This delegate is used as event, when a connector has failed a certain action.

    Namespace: TeleScope.Connectors.Abstractions.Events
    Assembly: TeleScope.Connectors.Abstractions.dll
    Syntax
    public delegate void ConnectorFailedEventHandler(object sender, ConnectorFailedEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The instance that invokes the delegate method.

    ConnectorFailedEventArgs e

    The resulting event arguments.

    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾