MultithreadedCallerContextServiceStoredContext Property

Gets or sets the context that is actually stored by a derived class.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
protected override CallerContext? StoredContext { get; set; }

Property Value

Type: CallerContext
The context to be stored, or to indicate that there is currently no caller.
See Also