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
Public property EventTypeName Gets the name of the event type associated with the stream input.
Public property QueryTemplate Gets the query template that is associated with this input.
Public property StreamName Gets the name of the input stream.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace