TinyMessageBase
StockSharp.Xaml.Charting.Common.Messaging
Base class for messages that provides weak refrence storage of the sender
Реализует: ITinyMessage
Конструкторы
TinyMessageBase(object)
Initializes a new instance of the MessageBase class.
- sender
- Message sender (usually "this")
Свойства
Поля
_Sender : WeakReference
Store a WeakReference to the sender just in case anyone is daft enough to keep the message around and prevent the sender from being collected.