[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 (Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the collection.
(Overrides .GetEnumerator().)
GetHashCode (Inherited from Object.)
GetType (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 (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 (Inherited from Object.)
MemberwiseClone (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.)