PublishedStreamOutputAdapterConfiguration Structure

 

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

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

The name of the published stream which will be the event sink for the output 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