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; }
Public Overrides ReadOnly Property IsMultithreaded As Boolean
Get
public:
virtual property bool IsMultithreaded {
bool get () override;
}
abstract IsMultithreaded : bool with get
override IsMultithreaded : bool with get
Property Value
Type:
Boolean if the service applies the same context to all threads; otherwise,
.
Implements
ICallerContextServiceIsMultithreadedSee Also