Context controll interface allows using a new instance or same instance of the controller for all contexts. The controller is sometimes responsible for creating the instances in the context, the way the application desires and activating a context if the context already exists and was previously released. Lifetime is Init->Create->(Activate)->Release for a context.

Namespace: AppCan.Core.Contexts
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IContextController
Visual Basic
Public Interface IContextController
Visual C++
public interface class IContextController

See Also