Class MessageHandlerArgs
Allows cancellation during message handling.
public abstract class MessageHandlerArgs
- Inheritance
-
MessageHandlerArgs
- Derived
- Inherited Members
Properties
IsStopped
Gets a value to indicate whether stop has been requested.
public bool IsStopped { get; }
Property Value
Methods
Stop()
Call to indicate that execution should stop.
public void Stop()