Search Results for

    Show / Hide Table of Contents

    Delegate MqttConnectorEventHandler

    This delegate is used as event handler for mqtt conncetions.

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

    The instance that invokes the delegate method.

    MqttConnectorEventArgs 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.
    ☀
    ☾