A piece of temporary immutable type-erased data that was sent from ProcessorInstance.Pipe.SendData, received on likely another thread.
You can use ProcessorInstance.AvailableData.Element.TryGetData to test and extract a piece of typed data, if the current element matches it.
| Method | Description |
|---|---|
| TryGetData | Test and return a piece of typed data if this ProcessorInstance.AvailableData.Element matches the type given. |