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
The PublishedStreamOutputAdapterConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
PublishedStreamName | The name of the published stream which will be the event sink for the output 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.