PersistDemo.PagePersister.RestoreStatic Function
Restore persistent static fields for the given class (by type)

Public void RestoreStatic (System.Web.HttpApplicationState, System.Type)
  Type Name Description  
    System.Web.HttpApplicationState app The application state collection for this HttpApplication.  
    System.Type type The type of the class whose static members are to be handled.  
  Return Description  
    void    
Other overloads:
PersistDemo.PagePersister.RestoreStatic()