Search Results for

    Show / Hide Table of Contents

    Class ServerRPCAttribute

    Inheritance
    Object
    Attribute
    RPCAttribute
    ServerRPCAttribute
    Namespace: FNNLib.RPC
    Assembly: FNNLib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
    public class ServerRPCAttribute : RPCAttribute, _Attribute

    Fields

    | Improve this Doc View Source

    requireOwnership

    Whether or not the caller must have ownership over the object.

    Declaration
    public bool requireOwnership
    Field Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.