Calling this means your objects external to this context have released all reference/use or need of it. Do not use the object after calling this. The object may be recycled by the context definition so use after releasing would cause a problem.

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

Syntax

C#
public void Release()
Visual Basic
Public Sub Release
Visual C++
public:
void Release()

See Also