







[Missing <summary> documentation for "M:Moxiecode.Manager.IPlugin.OnBeforeRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
bool OnBeforeRPC( ManagerEngine man, string cmd, Hashtable input ) |
Visual Basic (Declaration) |
---|
Function OnBeforeRPC ( _ man As ManagerEngine, _ cmd As String, _ input As Hashtable _ ) As Boolean |
Visual C++ |
---|
bool OnBeforeRPC( ManagerEngine^ man, String^ cmd, Hashtable^ input ) |
Parameters
- man
- Type: Moxiecode.Manager..::.ManagerEngine
[Missing <param name="man"/> documentation for "M:Moxiecode.Manager.IPlugin.OnBeforeRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
- cmd
- Type: System..::.String
[Missing <param name="cmd"/> documentation for "M:Moxiecode.Manager.IPlugin.OnBeforeRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
- input
- Type: System.Collections..::.Hashtable
[Missing <param name="input"/> documentation for "M:Moxiecode.Manager.IPlugin.OnBeforeRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]
Return Value
[Missing <returns> documentation for "M:Moxiecode.Manager.IPlugin.OnBeforeRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]