Starts a server object configuration and makes it available to clients for processing requests.
[Visual Basic 6.0] Sub StartConfiguration(
ByVal Name As String, _
ByVal TypeName As String _
)
[Visual Basic .NET] Public Sub StartConfiguration ( _ ByVal Name As String, _ ByVal TypeName As String _ )
[C#] public void StartConfiguration ( string Name, string TypeName );
[Java] public void startConfiguration ( String Name, String TypeName ) throws IOException, AutomationException
[C++]
HRESULT StartConfiguration(
BSTR Name,
BSTR TypeName
);
Parameters
Name [in]
Name is a parameter of type BSTR
TypeName [in]
TypeName is a parameter of type BSTR
The start configuration method will start the server object configuration and make it available for use by clients. When a server object configuration is started, if it is a pooled configuration, the minimum number of server objects as described by the configuration will be pre-loaded. The StartConfiguration method will complete only when all the server object instances have been created to satisfy the minimum.