3.1.4.1 RegisterLauncher

The RegisterLauncher method is called to register a launcher service with the load balancer service. If the specified launcher service is not already registered with the load balancer service, the load balancer service MUST act on this call by adding an entry for the specified launcher service to its table of registered launcher services.

 bool RegisterLauncher(String strLauncherUri);

strLauncherUri: The URL of the launcher service. This string MUST be a URL and MUST be 260 or fewer characters in length.

Return Value: This method MUST return a value of true if the launcher service is successfully registered or if the launcher service was already registered. Otherwise, this method MUST return false.

Exceptions Thrown: No exceptions are thrown beyond those thrown by the .NET Remoting Core Protocol as specified in [MS-NRTP].