Click or drag to resize

serverSessionControl Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Session control mechanism
Inheritance Hierarchy
SystemObject
  imbACE.Network.internet.coreserverComponentBase
    imbACE.Network.internet.sessionsserverSessionControl

Namespace:  imbACE.Network.internet.sessions
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class serverSessionControl : serverComponentBase
Request Example View Source

The serverSessionControl type exposes the following members.

Constructors
  NameDescription
Public methodserverSessionControl
Initializes a new instance of the serverSessionControl class.
Top
Properties
  NameDescription
Public propertycomponentName
(Inherited from serverComponentBase.)
Public propertyinstanceName
Server instance name
(Inherited from serverComponentBase.)
Public propertyserverInstance
Reference to IAceHttpServer
(Inherited from serverComponentBase.)
Public propertyserverName
Public propertystarted
Time of instance creation
Top
Methods
  NameDescription
Public methodClear
Public methodCount
Public methodGetNewSession
Gets the new session.
Public methodGetSession
Gets the session.
Public methodUpdate
Updates this instance.
Top
Fields
  NameDescription
Public fieldStatic memberLIMIT_NEWUID_RETRY
The limit new uid creation retries inside GetNewUID(String)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
Remarks

Primarly desinged for network servers, but might be usefull for other applications due data and dataSet properties

See Also