QueryTemplateInput Class

 

Represents a stream entry point in a query template.

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.QueryTemplateInput

Syntax

public class QueryTemplateInput
public ref class QueryTemplateInput 
type QueryTemplateInput = class end
Public Class QueryTemplateInput

Properties

Name Description
System_CAPS_pubproperty EventTypeName

Gets the name of the event type associated with the stream input.

System_CAPS_pubproperty QueryTemplate

Gets the query template that is associated with this input.

System_CAPS_pubproperty StreamName

Gets the name of the input stream.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.ComplexEventProcessing Namespace

Return to top