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 (10.0.0.1002)
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