When called this context will no longer be used after this call returns - note the context could be re-activated at a future time If the context manager config has lifetime configured for re-use (future functionality)

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual void Release(
	IContext context
)
Visual Basic
Public Overridable Sub Release ( _
	context As IContext _
)
Visual C++
public:
virtual void Release(
	IContext^ context
)

Parameters

context
Type: AppCan.Core.Contexts..::..IContext

[Missing <param name="context"/> documentation for "M:AppCan.wpf.Application.WpfContextController.Release(AppCan.Core.Contexts.IContext)"]

Implements

IContextController..::..Release(IContext)

See Also