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

Service implementation to reuse event streams and existing filters using reference counting to remove filters when not used.

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

Public Methods

  NameDescription
CreateStream
Create or reuse existing EventStream instance representing that event filter. When called for some filters, should return same stream.

DropStream
Drop the event stream associated with the filter passed in. Throws an exception if already dropped.

Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
StreamReuseServiceImplNew
Ctor.