OutputStreamBinding Class

Represents binding information for the output stream of a query.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.OutputStreamBinding

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

Syntax

public sealed class OutputStreamBinding

The OutputStreamBinding type exposes the following members.

Properties

  Name Description
Public property EventShape Gets the shape of the output stream of this binding.
Public property PayloadClassName Gets the name of the stream's payload class for this binding.
Public property StreamConsumerName Gets the name of the consumer for this output binding.
Public property StreamEventOrder Gets information about the order of events in that stream.
Public property StreamName Gets the name of the output stream for this binding.
Public property StreamTarget Gets the name of the stream target.

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