Search Results for

    Show / Hide Table of Contents

    Class ConnectorEventArgs

    This argument is used for basic events, when a connector invokes an basic event.

    Inheritance
    System.Object
    ConnectorEventArgs
    ConnectorCompletedEventArgs
    ConnectorFailedEventArgs
    Namespace: TeleScope.Connectors.Abstractions.Events
    Assembly: TeleScope.Connectors.Abstractions.dll
    Syntax
    public class ConnectorEventArgs : object

    Constructors

    | Improve this Doc View Source

    ConnectorEventArgs()

    The default empty constructor creates an emtpy name.

    Declaration
    public ConnectorEventArgs()
    | Improve this Doc View Source

    ConnectorEventArgs(String)

    Sets the name of the invoking connector (or sender).

    Declaration
    public ConnectorEventArgs(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the sender.

    Properties

    | Improve this Doc View Source

    Name

    Gets the name of the connector or sender as a semantic description.

    Declaration
    public string Name { get; protected set; }
    Property Value
    Type Description
    System.String
    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾