WebCallerContextService.WillCreatedContextBeThreadAgnostic 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.1.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:
Booleantrue if a caller context created on the current thread will be thread-agnostic; otherwise,
false.
Implements
ICallerContextService.WillCreatedContextBeThreadAgnostic
See Also