[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
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.System.Collections.IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection.
|