MultithreadedCallerContextServiceSetContextAsThreadAgnostic 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 (24.3.0.1000)
Syntax
protected void SetContextAsThreadAgnostic(
	CallerContext context
)

Parameters

context
Type: Dundas.BICallerContext
The context.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is .
See Also