OnRPC Method

Moxiecode Image Manager API

[Missing <summary> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]

Namespace:  Moxiecode.ImageManager
Assembly:  MCImageManager (in MCImageManager.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: ManagerEngine

[Missing <param name="man"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]

cmd
Type: System..::.String

[Missing <param name="cmd"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]

input
Type: System.Collections..::.Hashtable

[Missing <param name="input"/> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.ImageManager.ImageManagerPlugin.OnRPC(Moxiecode.Manager.ManagerEngine,System.String,System.Collections.Hashtable)"]

Implements

IPluginOnRPC(ManagerEngine, String, Hashtable)

See Also