Open this page in the API Guide

MultithreadedCallerContextService.SetContextAsThreadAgnostic Method

Marks the specified context as thread agnostic.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
protected void SetContextAsThreadAgnostic(
	CallerContext context
)

Parameters

context
Type: Dundas.BI.CallerContext
The context.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null.
See Also