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.