This class is used to process Row objects. Assume that Rows come
into the object in arbitrary order and that a given Processor may
see any subset of the data without any guarantees.
Users need to override the Process and Produce methods.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public abstract class Processor : RowSet |
Visual Basic |
---|
Public MustInherit Class Processor _ Inherits RowSet |
Visual C++ |
---|
public ref class Processor abstract : public RowSet |
Inheritance Hierarchy
Object
UDOBase
RowSet
ScopeRuntime..::..Processor
UDOBase
RowSet
ScopeRuntime..::..Processor