CTI32 Engine Class Library

Engine.Start Method 

Start the CTI32 Engine Service. Pass in the config data. Because starting up can take longer than the service manager will allow, this method spins a thread to do the bulk of the work.

[Visual Basic]
Public Sub Start( _
   ByVal xmlFile As String _
)
[C#]
public void Start(
   string xmlFile
);

Parameters

xmlFile
The full path to the XML configuration file.

See Also

Engine Class | CTI32Engine Namespace