[This is preliminary documentation and is subject to change.]
The BatchedDataSourceTRecord generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Activate |
Called by the Computation before it completes its own Activate().
(Inherited from BaseDataSourceTRecord.) | |
Join |
Does nothing except test if OnCompleted has been called.
(Overrides BaseDataSourceTRecordJoin.) | |
OnCompleted |
Introduces no data for the final epoch.
| |
OnCompleted(IEnumerableTRecord) |
Introduces a batch of data for the final epoch.
| |
OnCompleted(TRecord) |
Introduces a single record for the final epoch.
| |
OnError |
Re-throws the exception.
| |
OnNext |
Introduces no data for the next epcoh.
| |
OnNext(IEnumerableTRecord) |
Introduces a batch of data for the next epoch.
| |
OnNext(TRecord) |
Introduces a single record for the next epoch.
| |
RegisterInputs |
Registers StreamingInputs with the DataSource.
(Inherited from BaseDataSourceTRecord.) |
See Also