







Gets called before a RPC command is handled.
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual bool OnBeforeRPC( ManagerEngine man, string cmd, Hashtable input ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function OnBeforeRPC ( _ man As ManagerEngine, _ cmd As String, _ input As Hashtable _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool OnBeforeRPC( 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.
