CancellableGenericTinyMessage
StockSharp.Xaml.Charting.Common.Messaging
Basic "cancellable" generic message
Inherits: TinyMessageBase
Constructors
CancellableGenericTinyMessage(object, T, Action)
Create a new instance of the CancellableGenericTinyMessage class.
- sender
- Message sender (usually "this")
- content
- Contents of the message
- cancelAction
- Action to call for cancellation
Properties
Content : T
Contents of the message