Interface ITransactionIdStorage
- Namespace
- StockSharp.Server.Core
- Assembly
- StockSharp.Server.Core.dll
The interface describing the transaction and request identifiers storage.
public interface ITransactionIdStorage
- Extension Methods
Methods
Get(string, bool)
Get session based transaction and request identifiers storage.
ISessionTransactionIdStorage Get(string sessionId, bool persistable)
Parameters
Returns
- ISessionTransactionIdStorage
Session based transaction and request identifiers storage.