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
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")]
public value struct PublishedStreamInputAdapterConfiguration
[<Sealed>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")>]
type PublishedStreamInputAdapterConfiguration = struct end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/ComplexEventProcessing/2010/01/Metadata")>
Public Structure PublishedStreamInputAdapterConfiguration

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfield PublishedStreamName

Name of the published stream which will be the event source for the input adapter.

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

Return to top