CepStream.Union<TPayload> Method

Unions two streams together into one stream.

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

Syntax

public static CepStream<TPayload> Union<TPayload>(
    this CepStream<TPayload> outer,
    CepStream<TPayload> inner
)

Type Parameters

  • TPayload
    Payload type of input events.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
A stream that unions the two input streams.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CepStream<TPayload>. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=sql.105) or https://msdn.microsoft.com/en-us/library/bb383977(v=sql.105).

Remarks

For more information, see Unions.

See Also

Reference

CepStream Class

Microsoft.ComplexEventProcessing.Linq Namespace