Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void NewSession()

  • Declared in: RT.Servers.Session
  • Virtual

Declaration

protected virtual void NewSession()

Summary

Initializes a new session whenever an existing one couldn’t be read. Must not save the session; only initialize any session variables. The default implementation does nothing, so derived classes don’t need to call it.