[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.)

Protected Fields

  NameDescription
parent
Parent viewable to this view - directly accessible by subclasses.
(Inherited from ViewSupport.)

Public Constructors

  NameDescription
OutputProcessViewNew
Ctor.

Public Properties

  NameDescription
EventType
Provides metadata information about the type of object the event collection contains.
(Overrides .EventType.)
HasViews
Test is there are any views to the Viewable.
(Inherited from ViewSupport.)
Id
Gets the unique id for the view
(Inherited from ViewSupport.)
Parent
Gets or sets the View's parent Viewable.
(Inherited from ViewSupport.)

Explicit Interface Implementations

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