Activates the COM+ component load balancing service.
When To Implement
This interface is used to activate the COM+ component load balancing service. Implement ISelectCOMLBServer in conjunction with a load balancing activator. The activator must be written so that it creates an object that implements the ISelectCOMLBServer interface, if the CLSID for that object has been added to the LocalComputer object in the COM+ catalog. If that CLSID exists, the load balancing activator calls the ISelectCOMLBServer::GetLBServer method, obtains a computer name, and notifies a separate object to redirect the activation to that computer.
When To Use
You do not call the methods of ISelectCOMLBServer. These methods are called by applications that activate the COM+ component load balancing service.
Methods
The ISelectCOMLBServer interface inherits the methods of the IUnknown interface.
In addition, ISelectCOMLBServer defines the following methods.
| Method | Description |
Init |
Initializes the load balancing server object.
|
GetLBServer |
Retrieves the name of the load balancing server.
|
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | ComSvcs.h |
See Also
- ICOMLBArguments
Send comments about this topic to Microsoft
Build date: 11/19/2009