pmMDA.NET

Locator.Register Method (Locator)

[This is preliminary documentation and subject to change.]

Register the unique instance of the application class.

public static void Register(
   Locator locator
);

Parameters

locator
The application to register.

Remarks

Just one application can be registered. Call Deregister before you register an other application.

See Also

Locator Class | PmMda.Net.Application Namespace | Locator.Register Overload List | Instance | Deregister