Show / Hide Table of Contents

    Delegate ConnectionPacketProccessedDelegate

    Represents a delegate to call after a message is processed in a connection.

    Namespace: Fibula.Communications.Contracts.Delegates
    Assembly: Fibula.Communications.Contracts.dll
    Syntax
    public delegate void ConnectionPacketProccessedDelegate(IConnection connection);
    Parameters
    Type Name Description
    IConnection connection

    The connection that had the message proccesed.

    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.