TinyMessageBase
StockSharp.Xaml.Charting.Common.Messaging
Base class for messages that provides weak refrence storage of the sender
Implementa: ITinyMessage
Constructores
TinyMessageBase(object)
Initializes a new instance of the MessageBase class.
- sender
- Message sender (usually "this")
Propiedades
Campos
_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.