CepUserDefinedAggregateAttribute Constructor (Type)

 

Initializes a new instance of the user-defined attribute.

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

Syntax

public CepUserDefinedAggregateAttribute(
    Type udaType
)
public:
CepUserDefinedAggregateAttribute(
    Type^ udaType
)
new : 
        udaType:Type -> CepUserDefinedAggregateAttribute
Public Sub New (
    udaType As Type
)

Parameters

  • udaType
    Type: System.Type

    Type that implements the user-defined attribute.

See Also

CepUserDefinedAggregateAttribute Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top