NFive API Reference

NFive API Reference

    Show / Hide Table of Contents

    Interface IRconManager

    Namespace: NFive.SDK.Server.Rcon
    Assembly: NFive.SDK.Server.net.dll
    Syntax
    public interface IRconManager

    Methods

    | Improve this Doc View Source

    Register(String, Action)

    Declaration
    void Register(string command, Action callback)
    Parameters
    Type Name Description
    String command
    Action callback
    | Improve this Doc View Source

    Register(String, Action<IEnumerable<String>>)

    Declaration
    void Register(string command, Action<IEnumerable<string>> callback)
    Parameters
    Type Name Description
    String command
    Action<IEnumerable<String>> callback
    | Improve this Doc View Source

    Register(String, Action<String>)

    Declaration
    void Register(string command, Action<string> callback)
    Parameters
    Type Name Description
    String command
    Action<String> callback
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2019 NFive