CepStreamConsumer<T> Class
CepStreamConsumer represents a specific stream consumer information. It will be translated to actual output binding for a query.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.Linq.CepStreamConsumer<T>
Namespace: Microsoft.ComplexEventProcessing.Linq
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public class CepStreamConsumer<T>
Type Parameters
- T
The CepStreamConsumer<T> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.