Show / Hide Table of Contents

    Interface IListener

    Common interface of all listeners.

    Inherited Members
    Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)
    Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)
    Namespace: Fibula.Communications.Contracts.Abstractions
    Assembly: Fibula.Communications.Contracts.dll
    Syntax
    public interface IListener : IHostedService

    Events

    | Improve this Doc View Source

    NewConnection

    Event fired when a new connection is enstablished.

    Declaration
    event NewConnectionDelegate NewConnection
    Event Type
    Type Description
    NewConnectionDelegate

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.