Dispatcher
Constructor
Visual Basic
Overloads Public SubNew
(
ByVal dispatchable As IDispatchable,
ByVal name As String,
ByVal timeout As Double )
Overloads Public SubNew
(
ByVal dispatchable As IDispatchable,
ByVal name As String )
Overloads Public SubNew
(
ByVal dispatchable As IDispatchable,
ByVal timeout As Double )
Overloads Public SubNew
(
ByVal dispatchable As IDispatchable )
C#
publicDispatcher
(
IDispatchable dispatchable,
string name,
double timeout );
publicDispatcher
(
IDispatchable dispatchable,
string name )
publicDispatcher
(
IDispatchable dispatchable,
double timeout );
publicDispatcher
(
IDispatchable dispatchable )
Purpose
Remarks
This constructor immediately starts the thread.
Parameter |
Description |
|
Create a thread that dispatches this Queue or QueueGroup. |
|
Assign this name to the dispatcher thread. When absent, the thread receives a default name. |
|
When this time period (in seconds) elapses without dispatching an event, the thread exits. When absent, the default is to run indefinitely (with no timeout). |
See Also
DISPATCHER.THREAD_EXITED in