IMessageListenerSession
StockSharp.Server.Core
The interface describing a session, create by IMessageListener.
Реализует: ILogReceiver, ILogSource, IDisposable
Свойства
AuthorizationToken : string
Authorization token.
BytesReceived : long
The number of bytes received.
CreationTime : DateTime
Creation time.
ErrorCount : int
The number of errors.
IsConnected : bool
Is connected.
ReadTimeout : TimeSpan
The timeout of reading data. The default value is Zero.
ServerSession : IMessageListenerSession
Server session.
TargetCompId : string
Server endpoint identifier.
TotalErrorCount : int
Total error count.
UpdatedTime : DateTime
Updated time.
WriteTimeout : TimeSpan
The timeout of sending data. The default value is Zero.
Методы
IncreaseErrorCount()
Increase ErrorCount.
ResetErrorCount()
Reset ErrorCount.