MultithreadedCallerContextServiceSetContextAsThreadAgnostic Method |
Marks the specified context as thread agnostic.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxprotected void SetContextAsThreadAgnostic(
CallerContext context
)
Protected Sub SetContextAsThreadAgnostic (
context As CallerContext
)
protected:
void SetContextAsThreadAgnostic(
CallerContext^ context
)
member SetContextAsThreadAgnostic :
context : CallerContext -> unit Parameters
- context CallerContext
- The context.
Exceptions
See Also