RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSimpleObjectBroker.Servers Property

Maintains the list of servers that can be provided to connection components.

Pascal
property Servers: TServerCollection;
C++
__property TServerCollection Servers;

Use Servers to specify the list of servers that the simple object broker can return from the GetComputerForProgID and GetComputerForGUID methods.  

Each item in the collection keeps track of whether the last connection attempt to that server was successful, and if not, the simple object broker ignores that server. In addition, individual servers in the collection can be disabled so that the simple object broker ignores them until they are re-enabled. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!