Parameter | Description |
---|---|
context | The context the Processor was created in. |
processor | The processor to receive the message. |
message | The message to be sent. |
MessageStatus Processor.MessageStatus.Handled if this Processor acknowledged and processed the message, Processor.MessageStatus.Unhandled if not or if ignored.
Send a message with a piece of data to be immediately evaluated by the processor's IProcessorControl_1.OnMessage.
This is an overload specifically for sending class types to processors.
Additional resources: ControlContext.SendMessage.