Search Results for

    Show / Hide Table of Contents

    Delegate NetworkChannel.MessageFactory.TypedClientConsumerMethod<T>

    Namespace: FNNLib.Messaging
    Assembly: FNNLib.dll
    Syntax
    public delegate void TypedClientConsumerMethod<in T>(NetworkChannel channel, T message)
        where T : ISerializable;
    Parameters
    Type Name Description
    NetworkChannel channel
    T message
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.