Show / Hide Table of Contents

    Delegate OnSent

    Delegate meant for when a notification is sent to a client.

    Namespace: Fibula.Mechanics.Contracts.Delegates
    Assembly: Fibula.Mechanics.Contracts.dll
    Syntax
    public delegate void OnSent(IClient toClient);
    Parameters
    Type Name Description
    IClient toClient

    The client to which the notification was sent.

    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.