MultithreadedCallerContextServiceIsMultithreaded Property

Gets a value indicating whether the service supports different callers between threads.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override bool IsMultithreaded { get; }

Property Value

Type: Boolean
if the service applies the same context to all threads; otherwise, .

Implements

ICallerContextServiceIsMultithreaded
See Also