Gets the plugin manager interface.

Namespace:  GrassValley.Mseries.TransferQueue
Assembly:  GrassValley.Mseries.TransferQueue (in GrassValley.Mseries.TransferQueue.dll) Version: 1.0.0.0

Syntax

C#
public IPluginManager GetPluginMgrInterface()
Visual Basic (Declaration)
Public Function GetPluginMgrInterface As IPluginManager
Visual C++
public:
virtual IPluginManager^ GetPluginMgrInterface() sealed

Return Value

IPluginManager interface

Implements

IXfrQueue..::.GetPluginMgrInterface()()()

See Also