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

Event stream implementation that does not keep any window by itself of the events coming into the stream.

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

Public Methods

  NameDescription
AddView
Add a view to the viewable object.

Equals (Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the collection.

GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
GetViews
Returns all added views.

Insert
Inserts the specified event.

RemoveView
Remove a view.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
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.