ISessionProfile Interface
Public interface of an editing session.
It is used as the main context for all I/O, visualization and calculation operations.
This interface 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 interface ISessionProfile : IOptionsCollection,
IEnumerable<KeyValuePair<string, string>>, IEnumerable,
IResultOptions
Public Interface ISessionProfile
Inherits IOptionsCollection, IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable, IResultOptions
public interface class ISessionProfile : IOptionsCollection,
IEnumerable<KeyValuePair<String^, String^>>, IEnumerable,
IResultOptions
type ISessionProfile =
interface
interface IOptionsCollection
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
interface IResultOptions
end
- Implements
- IOptionsCollection, IResultOptions, IEnumerableKeyValuePairString, String, IEnumerable