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

Sender : object

The sender of the message, or null if not supported by the message implementation.

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.