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

Parameters

context  CallerContext
The context.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is .
See Also