CTI32 Engine Class Library

ConfigData.dispatchDLL Field

A dispatch DLL is a user thread where you may implement any logic that you want. Usually used for initiating outbound calls. This parameter specifies the DLL where you have implemented the Dispatch logic. Leave blank if you have not impemented a dispatch thread.

[Visual Basic]
Public dispatchDLL As String
[C#]
public string dispatchDLL;

See Also

ConfigData Class | CTI32Engine Namespace