WebCallerContextServiceWillCreatedContextBeThreadAgnostic Property

Gets a value indicating whether a caller context created on the current thread will be thread-agnostic.

Namespace: Dundas.BI.WebApi
Assembly: Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override bool WillCreatedContextBeThreadAgnostic { get; }

Property Value

Boolean
if a caller context created on the current thread will be thread-agnostic; otherwise, .

Implements

ICallerContextServiceWillCreatedContextBeThreadAgnostic
See Also