[This is preliminary documentation and is subject to change.]
The InterGraphDataSourceTRecord generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Activate |
Registers itself with the InterGraphDataSink.
(Overrides BaseDataSourceTRecordActivate.) | |
| Join |
Called by the Computation before it completes its own Join().
(Inherited from BaseDataSourceTRecord.) | |
| OnCompleted |
Forwards a completion to the appropriate worker
| |
| OnNotify |
Forwards a notification to the appropriate worker
| |
| OnRecv |
Forwards a message to the appropriate worker
| |
| RegisterInputs |
Registers StreamingInputs with the DataSource.
(Inherited from BaseDataSourceTRecord.) |
See Also