The context passed to ProcessorInstance.IRealtime.OnMessage when a message is delivered on the real-time side via RealtimeContext.SendMessage.
Like RealtimeContext, this exposes cross-thread data communication together with a
Pipe. Unlike RealtimeContext, it
deliberately cannot drive nested processing (there is no Process method): handling a message is a
communication operation, not a rendering one.
Additional resources: RealtimeContext.SendMessage, ProcessorInstance.IRealtime.OnMessage
| Property | Description |
|---|---|
| isCreated | True if this context was ever created. |