CepUtility Class

 

Utility class used by user defined operator, aggregate and functions.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.Linq.CepUtility

Syntax

public static class CepUtility
public ref class CepUtility abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CepUtility = class end
Public NotInheritable Class CepUtility

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static DoNotCall()

Indicates 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.

System_CAPS_pubmethodSystem_CAPS_static GetEventFieldCulture(String)

Creates an object that describes culture by using the culture of a specific field from input stream event.

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.

See Also

Microsoft.ComplexEventProcessing.Linq Namespace

Return to top