ICallerContextServiceWillCreatedContextBeThreadAgnostic Property |
Gets a value indicating whether a caller context created on the current thread will be thread-agnostic.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool WillCreatedContextBeThreadAgnostic { get; }ReadOnly Property WillCreatedContextBeThreadAgnostic As Boolean
Get
property bool WillCreatedContextBeThreadAgnostic {
bool get ();
}abstract WillCreatedContextBeThreadAgnostic : bool with get
Property Value
Boolean if a caller context created on the current thread will be thread-agnostic; otherwise,
.
See Also