IContextManagerService Interface
Summary
The context manager service enables a web context participant to join and leave a common context session, and perform context change transactions.
Syntax
[ServiceContractAttribute(Name="IContextManagerService")]
public interface IContextManagerService : IBaseService
<ServiceContractAttribute("IContextManagerService")>
Public Interface IContextManagerService
Inherits IBaseService
[ServiceContractAttribute("IContextManagerService")]
public interface class IContextManagerService : public IBaseService