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 (25.3.0.1000)
Syntaxpublic override bool WillCreatedContextBeThreadAgnostic { get; }Public Overrides ReadOnly Property WillCreatedContextBeThreadAgnostic As Boolean
	Get
public:
virtual property bool WillCreatedContextBeThreadAgnostic {
	bool get () override;
}abstract WillCreatedContextBeThreadAgnostic : bool with get
override WillCreatedContextBeThreadAgnostic : bool with get
Property Value
Type: 
Boolean if a caller context created on the current thread will be thread-agnostic; otherwise, 
.
            
Implements
ICallerContextServiceWillCreatedContextBeThreadAgnostic
See Also