Search Results for

    Show / Hide Table of Contents

    Interface IAsyncConnectable

    This interface extends the capabilities of connectors with async method calls.

    Namespace: TeleScope.Connectors.Abstractions
    Assembly: TeleScope.Connectors.Abstractions.dll
    Syntax
    public interface IAsyncConnectable

    Methods

    | Improve this Doc View Source

    ConnectAsync()

    Connects to an external service in an asynchronous task.

    Declaration
    Task ConnectAsync()
    Returns
    Type Description
    Task

    The executing task.

    | Improve this Doc View Source

    DisconnectAsync()

    Disconnects from an external service in an asynchronous task.

    Declaration
    Task DisconnectAsync()
    Returns
    Type Description
    Task

    The executing task.

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