NFive API Reference

NFive API Reference

    Show / Hide Table of Contents

    Interface ICommandManager

    Namespace: NFive.SDK.Client.Commands
    Assembly: NFive.SDK.Client.net.dll
    Syntax
    public interface ICommandManager

    Methods

    | Improve this Doc View Source

    On(String, Action)

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

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

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

    On(String, Action<String>)

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