| CTI32 Engine Class Library |
|
ConfigData.dispatchUserQueue Field
A remote client application can send in a user function passing up to 5 parameters The command is put in this Queue for the Dispatch thread to act on
[Visual Basic]
Public dispatchUserQueue As
Queue
[C#]
public
Queue dispatchUserQueue;
See Also
ConfigData Class | CTI32Engine Namespace