CepPointStreamOperator<TInputPayload, TOutputPayload> Constructor ()

 

Initializes a new instance of the CepPointStreamOperator<TInputPayload, TOutputPayload> class.

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

Syntax

protected CepPointStreamOperator()
protected:
CepPointStreamOperator()
new : unit -> CepPointStreamOperator
Protected Sub New

Remarks

For more information, see User-Defined Stream Operators.

See Also

CepPointStreamOperator<TInputPayload, TOutputPayload> Class
Microsoft.ComplexEventProcessing.Extensibility Namespace

Return to top