PublishedStreamInputAdapterConfiguration Structure

The configuration for published stream input adapters.

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

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")> _
Public Structure PublishedStreamInputAdapterConfiguration
'Usage
Dim instance As PublishedStreamInputAdapterConfiguration
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")]
public struct PublishedStreamInputAdapterConfiguration
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")]
public value class PublishedStreamInputAdapterConfiguration
[<SealedAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")>]
type PublishedStreamInputAdapterConfiguration =  struct end
JScript suports the use of structures, but not the declaration of new ones.

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