Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts the component load balancing service if the service is currently installed.
Syntax
HRESULT StartRouter();
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following values.
Return code | Description |
---|---|
|
The method completed successfully. |
|
The component load balancing service is not currently installed on the computer. |
|
Errors occurred while accessing one or more objects. |
Remarks
When called on a computer acting as the component load balancing (CLB) server, the StartRouter method starts up the service; subsequent component activation requests are routed across the application cluster that is defined on the router.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | comadmin.h |