[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A view that prepares output events, batching incoming events and invoking the result set processor as necessary.

The following tables list the members exposed by the OutputProcessView type.

Public Methods

  NameDescription
AddView
Add a view to the viewable object.
(Inherited from ViewSupport.)
AttachesTo
Return null if the view will accept being attached to a particular object.
(Overrides .AttachesTo(Viewable).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the collection.
(Overrides .GetEnumerator().)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetViews
Returns all added views.
(Inherited from ViewSupport.)
Process
This process (update) method is for participation in a join.

RemoveView
Remove a view.
(Inherited from ViewSupport.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Update
The update method is called if the view does not participate in a join.
(Overrides .Update(EventBean[](), EventBean[]()).)

Protected Methods

  NameDescription
ContinueOutputProcessingJoin
Called once the output condition has been met.Invokes the result set processor.Used for join event data.

ContinueOutputProcessingView
Called once the output condition has been met.Invokes the result set processor.Used for non-join event data.

Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationIEnumerable.System.Collections.IEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ViewSupport.)