InputStreamBinding Class

 

Represents binding information for an input stream of a query.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.InputStreamBinding

Syntax

public sealed class InputStreamBinding
public ref class InputStreamBinding sealed 
[<Sealed>]
type InputStreamBinding = class end
Public NotInheritable Class InputStreamBinding

Constructors

Name Description
System_CAPS_pubmethod InputStreamBinding()

Initializes a new instance of the InputStreamBinding class.

Properties

Name Description
System_CAPS_pubproperty AdvanceTimeSettings

Gets the AdvanceTimeSettings for this input binding.

System_CAPS_pubproperty EventShape

Gets the shape of the input stream of this binding.

System_CAPS_pubproperty PayloadClassName

Gets the name of the stream's payload class for this binding.

System_CAPS_pubproperty StreamName

Gets the name of the input stream for this binding.

System_CAPS_pubproperty StreamSource

Gets the name of the source for this input binding.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetConfigInfo<TConfigInfo>(TConfigInfo)

Returns an instance of a initialization info structure. If the underlying XML cannot be converted into this structure an exception will be thrown.

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