







[Missing <summary> documentation for "M:Moxiecode.Manager.CorePlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override Object OnRPC( ManagerEngine man, string cmd, Hashtable input ) |
Visual Basic (Declaration) |
---|
Public Overrides 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 ) override |
Parameters
- man
- Type: Moxiecode.Manager..::.ManagerEngine
[Missing <param name="man"/> documentation for "M:Moxiecode.Manager.CorePlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
- cmd
- Type: System..::.String
[Missing <param name="cmd"/> documentation for "M:Moxiecode.Manager.CorePlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
- input
- Type: System.Collections..::.Hashtable
[Missing <param name="input"/> documentation for "M:Moxiecode.Manager.CorePlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
Return Value
[Missing <returns> documentation for "M:Moxiecode.Manager.CorePlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]