Parameter | Description |
---|---|
context | Context the processor is in. |
pipe | Cross-thread communications pipe. |
message | The message someone sent to you through ControlContext.SendMessage. The contents are sent by reference, so you can modify them and the sender will see the changes. |
Response Response.Handled if this ProcessorInstance acknowledged and processed the message, Response.Unhandled if not or ignored.
Called immediately from ControlContext.SendMessage when a message was sent to this ProcessorInstance.