3.1.4.2 UnRegisterLauncher

The UnRegisterLauncher method is called to unregister a launcher service from the load balancer service. The load balancer service MUST respond to this call by removing the launcher service from its table of registered launcher services.

 bool UnRegisterLauncher(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 unregistered. It MUST return a value of false if unregistration fails or if the launcher service is unknown to the load balancer service.

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