docs.unity3d.com
    Show / Hide Table of Contents

    Class RpcMessage<TData, TResult>

    Inheritance
    Object
    RpcMessage<TData, TResult>
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public sealed class RpcMessage<TData, TResult>
        where TData : class where TResult : class
    Type Parameters
    Name Description
    TData
    TResult

    Constructors

    RpcMessage(Int32, TData)

    Declaration
    public RpcMessage(int id, TData data)
    Parameters
    Type Name Description
    Int32 id
    TData data

    Fields

    Ctx

    Declaration
    public RpcContext<TData, TResult> Ctx
    Field Value
    Type Description
    RpcContext<TData, TResult>

    Data

    Declaration
    public TData Data
    Field Value
    Type Description
    TData

    Id

    Declaration
    public int Id
    Field Value
    Type Description
    Int32
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023