







Gets executed when a RPC command is to be executed.
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public virtual Object OnRPC( ManagerEngine man, string cmd, Hashtable input ) |
Visual Basic (Declaration) |
---|
Public Overridable Function OnRPC ( _ man As ManagerEngine, _ cmd As String, _ input As Hashtable _ ) As Object |
Visual C++ |
---|
public: virtual Object^ OnRPC( ManagerEngine^ man, String^ cmd, Hashtable^ input ) |
Parameters
- man
- Type: Moxiecode.Manager..::.ManagerEngine
ManagerEngine reference that the plugin is assigned to.
- cmd
- Type: System..::.String
RPC Command to be executed.
- input
- Type: System.Collections..::.Hashtable
RPC input object data.