IStreamable<TPayload> Interface

Represents a streamable data.

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

Syntax

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

Type Parameters

  • TPayload
    The type of the payload.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace