Click or drag to resize

ISessionManager Interface

An object used for session manipulation.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
public interface ISessionManager

The ISessionManager type exposes the following members.

Properties
  NameDescription
Public propertyDescriptors
A list of session descriptors available to the current user.
Public propertySessions
A list of session instances that have been created by the current user.
Top
Methods
  NameDescription
Public methodCreateSession
Creates a session with the specified session descriptor.
Public methodDestroySession
Destroys the specified session.
Top
See Also