[TIBCO.EMS .NET client library 6.0 documentation]

Return the dispatcher thread setting.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public static bool GetSessionDispatcherDaemon()
Public Shared Function GetSessionDispatcherDaemon As Boolean
public:
static bool GetSessionDispatcherDaemon()

Remarks

When a program uses asynchronous message consumers (either message listeners or .NET message event handler delegates), EMS creates internal dispatcher threads for each Session that has at least one asynchronous message consumer. When this setting is true, those dispatcher threads are daemon threads; when false (the default) they are not daemon threads.

The .NET Compact Framework does not support daemon threads. This call always returns false.

See Also