QueryTemplateInput Class
Represents a stream entry point in a query template.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.QueryTemplateInput
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public class QueryTemplateInput
The QueryTemplateInput type exposes the following members.
Properties
Name | Description | |
---|---|---|
EventTypeName | Gets the name of the event type associated with the stream input. | |
QueryTemplate | Gets the query template that is associated with this input. | |
StreamName | Gets the name of the input stream. |
Top
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.