Interface IRconManager
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
|
Improve this Doc
View Source
Register(String, Action<IEnumerable<String>>)
Declaration
void Register(string command, Action<IEnumerable<string>> callback)
Parameters
|
Improve this Doc
View Source
Register(String, Action<String>)
Declaration
void Register(string command, Action<string> callback)
Parameters