ISharedAdhocPlugins.Add

Fore Syntax

Add: ISharedAdhocPlugin;

Fore.NET Syntax

Add: Prognoz.Platform.Interop.KeFore.ISharedAdhocPlugin;

Description

The Add method adds a new plugin to the collection.

Comments

To remove a certain plugin from the collection, use the ISharedAdhocPlugins.Remove and ISharedAdhocPlugins.RemoveByKey methods, to remove all plugins, use the ISharedAdhocPlugins.Clear method.

Fore and Fore.NET Examples

The method use is given in the example for ISharedPluginsContainer.Plugins.

See also:

ISharedAdhocPlugins