Search Results for

    Show / Hide Table of Contents

    Delegate NetworkChannel.MessageFactory.TypedServerConsumerMethod<T>

    Namespace: FNNLib.Messaging
    Assembly: FNNLib.dll
    Syntax
    public delegate void TypedServerConsumerMethod<in T>(NetworkChannel channel, T message, ulong sender)
        where T : ISerializable;
    Parameters
    Type Name Description
    NetworkChannel channel
    T message
    UInt64 sender
    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.