CepUtility.DoNotCall Method

ndicates that a given method is not supposed to be called and executed. This is used to decorate the extension methods for user-defined operators and user-defined aggregates so that the user will not accidentally execute it.

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

Syntax

public static InvalidOperationException DoNotCall()

Return Value

Type: System.InvalidOperationException
An InvalidOperationException object.

Remarks

This is used to decorate the extension methods for user-defined operators and user-defined aggregates so that the user will not accidentally execute it.

See Also

Reference

CepUtility Class

Microsoft.ComplexEventProcessing.Linq Namespace