CepSource Class

Represents the source data for CEP application.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CepObject
    Microsoft.ComplexEventProcessing.ApplicationObject
      Microsoft.ComplexEventProcessing.CepEntity
        Microsoft.ComplexEventProcessing.CepSource

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

Syntax

'Declaration
Public NotInheritable Class CepSource _
    Inherits CepEntity
'Usage
Dim instance As CepSource
public sealed class CepSource : CepEntity
public ref class CepSource sealed : public CepEntity
[<SealedAttribute>]
type CepSource =  
    class 
        inherit CepEntity 
    end
public final class CepSource extends CepEntity

The CepSource type exposes the following members.

Properties

  Name Description
Public property Application Gets the hosting application. (Inherited from ApplicationObject.)
Public property Logic Gets the logic that defines the entity. (Inherited from CepEntity.)
Public property Name Gets the name of this object. (Inherited from CepObject.)
Public property ShortName Gets the short name of the CEP object. (Inherited from CepObject.)

Top

Methods

  Name Description
Public method Delete Deletes the object. (Inherited from ApplicationObject.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetTypeDefinition Exposes the type of the expression that defines the entity. (Inherited from CepEntity.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace