Interface ISessionDefinition
Параметры сессии API.
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ISessionDefinition
Properties
Connection
Активная (выбранная) конфигурация сервиса.
Declaration
ConnectionDto Connection { get; set; }
Property Value
| Type | Description |
|---|---|
| ConnectionDto |
CustomConfiguration
Возвращает или задает пользовательскую серверную конфигурацию (подменяет серверную).
Declaration
byte[] CustomConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
DisplayName
Человеческое имя хранилища.
Declaration
string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceName
Имя сервера.
Declaration
string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageId
Идентификатор хранилища.
Declaration
Guid StorageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Methods
Clone()
Клонирует параметры сессии.
Declaration
ISessionDefinition Clone()
Returns
| Type | Description |
|---|---|
| ISessionDefinition | Копию параметров сессии. |