CepUtility Class
Utility class used by user defined operator, aggregate and functions.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.Linq.CepUtility
Namespace: Microsoft.ComplexEventProcessing.Linq
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static class CepUtility
The CepUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
DoNotCall | 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. | |
GetEventFieldCulture | Creates an object that describes culture by using the culture of a specific field from input stream event. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.