PublishedStreamInputAdapterConfiguration Structure

The configuration for published stream input adapters.

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

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")]
public struct PublishedStreamInputAdapterConfiguration

The PublishedStreamInputAdapterConfiguration type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field PublishedStreamName Name of the published stream which will be the event source for the input adapter.

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.Adapters Namespace