IStreamableSink<TPayload> Interface

Represents a temporal stream event sink.

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

Syntax

'Declaration
Public Interface IStreamableSink(Of TPayload)
'Usage
Dim instance As IStreamableSink(Of TPayload)
public interface IStreamableSink<TPayload>
generic<typename TPayload>
public interface class IStreamableSink
type IStreamableSink<'TPayload> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • TPayload
    The type of payload.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace