WebCallerContextServiceStoredContext Property

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

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

Property Value

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