BatchedDataSourceTRecord MethodsNaiad Help

[This is preliminary documentation and is subject to change.]

The BatchedDataSourceTRecord generic type exposes the following members.

Methods

  NameDescription
Public methodActivate
Called by the Computation before it completes its own Activate().
(Inherited from BaseDataSourceTRecord.)
Public methodJoin
Does nothing except test if OnCompleted has been called.
(Overrides BaseDataSourceTRecordJoin.)
Public methodOnCompleted
Introduces no data for the final epoch.
Public methodOnCompleted(IEnumerableTRecord)
Introduces a batch of data for the final epoch.
Public methodOnCompleted(TRecord)
Introduces a single record for the final epoch.
Public methodOnError
Re-throws the exception.
Public methodOnNext
Introduces no data for the next epcoh.
Public methodOnNext(IEnumerableTRecord)
Introduces a batch of data for the next epoch.
Public methodOnNext(TRecord)
Introduces a single record for the next epoch.
Public methodRegisterInputs
Registers StreamingInputs with the DataSource.
(Inherited from BaseDataSourceTRecord.)
Top
See Also

Reference