SessionProfile Class
Represents an editing session.
It is used as the main context for all I/O, visualization and calculation operations.
This class represents an editing session rather than a session of a user in the system.
On a web server, multiple editing sessions may be associated with a single user session
and a single editing session may be shared by multiple user sessions when editing of the related document is cooperative.
However, editing session and user session are the same for a standalone program.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public abstract class SessionProfile : OptionsCollection,
ISessionProfile, IOptionsCollection, IEnumerable<KeyValuePair<string, string>>,
IEnumerable, IResultOptions
Public MustInherit Class SessionProfile
Inherits OptionsCollection
Implements ISessionProfile, IOptionsCollection, IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable, IResultOptions
public ref class SessionProfile abstract : public OptionsCollection,
ISessionProfile, IOptionsCollection, IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable, IResultOptions
[<AbstractClassAttribute>]
type SessionProfile =
class
inherit OptionsCollection
interface ISessionProfile
interface IOptionsCollection
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
interface IResultOptions
end
- Inheritance
- Object OptionsCollection SessionProfile
- Implements
- IOptionsCollection, IResultOptions, ISessionProfile, IEnumerableKeyValuePairString, String, IEnumerable