Search Results for

    Show / Hide Table of Contents

    Interface IMessengerBase

    A base implementation for message senders and listeners common functionality

    Namespace: LemonEdge.API.Messages
    Assembly: API.dll
    Syntax
    public interface IMessengerBase

    Methods

    CloseAsync()

    Closes the message listener or sender and their connection to the message service

    Declaration
    Task CloseAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A task indicating the completion of the operation

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.