ScriptProcessor Properties

The ScriptProcessor type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Gets the data buffer.
Public propertyExpressionCount
Gets the process expression count the current instance is setup to compute.
Public propertyLookAheadRecords
Gets the number of records that need to be preloaded to enable computations. If all records are required,-1 is returned.
Public propertyLookBehindRecords
Gets the number of records that need to be preserved in memory to enable computations. If all records are required,-1 is returned.
Public propertyRequiredBufferSize
Gets the size of the required buffer. If all records are required,-1 is returned.
Top
See Also