Open this page in the API Guide

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)
Syntax
public override bool WillCreatedContextBeThreadAgnostic { get; }

Property Value

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

Implements

ICallerContextService.WillCreatedContextBeThreadAgnostic
See Also