TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.SetSessionDispatcherDaemon Method 

Sets if Session dispatcher threads should be daemon. Some operating systems may ignore this setting.

public static void SetSessionDispatcherDaemon(
   bool makeDaemon
);

Remarks

When an application uses message listeners, TIBCO Enterprise Message Service creates internal dispatcher threads for each Session which has at least one asynchronous message consumer. By default session dispatcher threads are not set to be daemon threads.
This function has no effect in the .NET Compact Framework client.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace