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 (24.3.0.1000)
Syntax public 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
ICallerContextServiceWillCreatedContextBeThreadAgnosticSee Also