InputStreamBinding Class

Represents binding information for an input stream of a query.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.InputStreamBinding

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

Syntax

public sealed class InputStreamBinding

The InputStreamBinding type exposes the following members.

Constructors

  Name Description
Public method InputStreamBinding Initializes a new instance of the InputStreamBinding class.

Top

Properties

  Name Description
Public property AdvanceTimeSettings Gets the AdvanceTimeSettings for this input binding.
Public property EventShape Gets the shape of the input stream of this binding.
Public property PayloadClassName Gets the name of the stream's payload class for this binding.
Public property StreamName Gets the name of the input stream for this binding.
Public property StreamSource Gets the name of the source for this input binding.

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.)
Public method TryGetConfigInfo<TConfigInfo> Returns an instance of a initialization info structure. If the underlying XML cannot be converted into this structure an exception will be thrown.

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