Search Results for

    Show / Hide Table of Contents

    Class RPCResponse<T>

    A RPC response This wraps the base response and casts the result to the desired type.

    Inheritance
    Object
    BaseRPCResponse
    RPCResponse<T>
    Inherited Members
    BaseRPCResponse.responseID
    BaseRPCResponse.isDone
    BaseRPCResponse.isSuccessful
    BaseRPCResponse.clientID
    Namespace: FNNLib.RPC
    Assembly: FNNLib.dll
    Syntax
    public class RPCResponse<T> : BaseRPCResponse
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    value

    The response result.

    Declaration
    public T value { get; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.