IContextService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the interface for context service.
public interface class IContextService
public interface IContextService
type IContextService = interface
Public Interface IContextService
- Derived
Methods
CreateContext(String) |
Creates the context. |
GetContext(Guid) |
Gets the context. |
SetContext(Guid, String) |
Sets the context. |