Search Results for

    Show / Hide Table of Contents

    Class ConnectorCompletedEventArgs

    This argument is used for events, when a connector has completed a certain action.

    Inheritance
    System.Object
    ConnectorEventArgs
    ConnectorCompletedEventArgs
    Inherited Members
    ConnectorEventArgs.Name
    Namespace: TeleScope.Connectors.Abstractions.Events
    Assembly: TeleScope.Connectors.Abstractions.dll
    Syntax
    public class ConnectorCompletedEventArgs : ConnectorEventArgs

    Constructors

    | Improve this Doc View Source

    ConnectorCompletedEventArgs(String, Object)

    The default constructor sets the name of the invoking connector (or sender) and the response data.

    Declaration
    public ConnectorCompletedEventArgs(string name, object response)
    Parameters
    Type Name Description
    System.String name

    The name of the sender.

    System.Object response

    The generic response data of the sender, provided to the client-side.

    Properties

    | Improve this Doc View Source

    Response

    Gets the generic response data that should be converted on the client-side.

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