• Programming Guide
  • Api Documentation
  • OnixS CME iLink3 Handler for .NET Core, version 1.4.2
Show / Hide Table of Contents
  • OnixS.Cme.ILink3
    • BytesReceivedEventHandler
    • ConfigEntry
    • EngineErrorEventArgs
    • EngineErrorReason
    • EngineWarningEventArgs
    • EngineWarningReason
    • FailoverEventArgs
    • FaultToleranceIndicator
    • HighResolutionTimeSpan
    • HighResolutionTimestamp
    • InboundMessageEventArgs
    • ITimestampProvider
    • MessageEventArgs
    • NotAppliedEventArgs
    • PortRange
    • Session
    • SessionErrorEventArgs
    • SessionErrorReason
    • SessionId
    • SessionSettings
    • SessionSettings.Default
    • SessionSettings.Key
    • SessionState
    • SessionStateChangeEventArgs
    • SessionStorageType
    • SessionWarningEventArgs
    • SessionWarningReason
    • TimeSpanFormat
    • TimestampFormat
  • OnixS.Cme.ILink3.Exceptions
    • CannotEstablishLinkException
    • DecodingException
    • EngineAlreadyInitializedException
    • EngineException
    • EngineIsNotInitializedException
    • EstablishmentRejectException
    • InvalidResponseException
    • LicenseException
    • LicenseExpiredException
    • LicenseNotFoundException
    • LinkErrorException
    • NegotiationRejectException
    • RequiredTagMissingException
    • ResponseTimeoutException
    • SessionException
    • SessionTerminatedException
    • StorageException
    • TerminatedBy
    • TerminateInReplyOnEstablishException
    • UnexpectedMessageTypeException
    • UnexpectedSequenceNumberException
  • OnixS.Cme.ILink3.Messaging
    • DecodingErrorCodes
  • OnixS.Cme.ILink3.Properties
    • Resources
  • OnixS.Cme.ILink3.Storage
    • ISessionStorage

Class SessionSettings.Key

Key names that can be used to load SessionSettings from a configuration file.

LoadFromConfigurationFile(String)

Inheritance
Object
SessionSettings.Key
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public static class Key : object

Fields

FileBasedStorageSegmentSize

Declaration
public const string FileBasedStorageSegmentSize = null
Field Value
Type Description
String

Key name for FileBasedStorageSegmentSize

IgnoreFileBasedStorageIntegrityErrors

Declaration
public const string IgnoreFileBasedStorageIntegrityErrors = null
Field Value
Type Description
String

Key name for IgnoreFileBasedStorageIntegrityErrors

KeepAliveInterval

Declaration
public const string KeepAliveInterval = null
Field Value
Type Description
String

Key name for KeepAliveInterval

LicenseAlertingDaysBeforeExpiration

Declaration
public const string LicenseAlertingDaysBeforeExpiration = null
Field Value
Type Description
String

Key name for LicenseAlertingDaysBeforeExpiration

LicenseStore

Declaration
public const string LicenseStore = null
Field Value
Type Description
String

Key name for LicenseStore

LocalNetworkInterface

Declaration
public const string LocalNetworkInterface = null
Field Value
Type Description
String

Key name for LocalNetworkInterface

LocalTimeUsage

Declaration
public const string LocalTimeUsage = null
Field Value
Type Description
String

Key name for LocalTimeUsage

LogBeforeSending

Declaration
public const string LogBeforeSending = null
Field Value
Type Description
String

Key name for LogBeforeSending

MessageGrouping

Declaration
public const string MessageGrouping = null
Field Value
Type Description
String

Key name for MessageGrouping

ReasonableTransmissionTime

Declaration
public const string ReasonableTransmissionTime = null
Field Value
Type Description
String

Key name for ReasonableTransmissionTime

ReceiveBufferSize

Declaration
public const string ReceiveBufferSize = null
Field Value
Type Description
String

Key name for ReceiveBufferSize

ReceiveSpinningTimeout

Declaration
public const string ReceiveSpinningTimeout = null
Field Value
Type Description
String

Key name for ReceiveSpinningTimeout

ReconnectAttempts

Declaration
public const string ReconnectAttempts = null
Field Value
Type Description
String

Key name for ReconnectAttempts

ReconnectInterval

Declaration
public const string ReconnectInterval = null
Field Value
Type Description
String

Key name for ReconnectInterval

ResendingQueueSize

Declaration
public const string ResendingQueueSize = null
Field Value
Type Description
String

Key name for ResendingQueueSize

SendBufferSize

Declaration
public const string SendBufferSize = null
Field Value
Type Description
String

Key name for SendBufferSize

SendQueueMaxSize

Declaration
public const string SendQueueMaxSize = null
Field Value
Type Description
String

Key name for SendQueueMaxSize

SendSpinningTimeout

Declaration
public const string SendSpinningTimeout = null
Field Value
Type Description
String

Key name for SendSpinningTimeout

StorageDirectory

Declaration
public const string StorageDirectory = null
Field Value
Type Description
String

Key name for StorageDirectory

TcpNoDelay

Declaration
public const string TcpNoDelay = null
Field Value
Type Description
String

Key name for TcpNoDelay

TemplatesFilePath

Declaration
public const string TemplatesFilePath = null
Field Value
Type Description
String

Key name for TemplatesFilePath

UpdateSendingTime

Declaration
public const string UpdateSendingTime = null
Field Value
Type Description
String

Key name for UpdateSendingTime

In This Article
Back to top Copyright © Onix Solutions.
Generated by DocFX