pmMDA.NET

Locator.Register Method

[This is preliminary documentation and subject to change.]

Registers a component on the application. If the application is already running, the component is started accordingly. The component is not registered if there is already a registered component with the same name.

Overload List

Registers a component on the application. If the application is already running, the component is started accordingly. The component is not registered if there is already a registered component with the same name.

public void Register(IComponent);

Register the unique instance of the application class.

public static void Register(Locator);

See Also

Locator Class | PmMda.Net.Application Namespace