OutputStreamBinding Class

 

Represents binding information for the output stream of a query.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.OutputStreamBinding

Syntax

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

Properties

Name Description
System_CAPS_pubproperty EventShape

Gets the shape of the output stream of this binding.

System_CAPS_pubproperty PayloadClassName

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

System_CAPS_pubproperty StreamConsumerName

Gets the name of the consumer for this output binding.

System_CAPS_pubproperty StreamEventOrder

Gets information about the order of events in that stream.

System_CAPS_pubproperty StreamName

Gets the name of the output stream for this binding.

System_CAPS_pubproperty StreamTarget

Gets the name of the stream target.

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 is 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