Command the AppContext object to hibernate until next round trip. To wake an AppContext up from hibernation, use Init().


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Sub Hibernate() _
    Implements IAppContext.Hibernate
C#
public void Hibernate()
C++
public:
 void Hibernate() sealed 
J#
public void Hibernate()
JScript
public  function Hibernate()

Implements

IAppContext.Hibernate

See Also