CepObject Class
Represents the base class for CEP objects.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.CepObject
Microsoft.ComplexEventProcessing.Application
Microsoft.ComplexEventProcessing.ApplicationObject
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public abstract class CepObject
The CepObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CepObject | Initializes a new instance of the CepObject class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of this object. | |
ShortName | Gets the short name of the CEP object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_name | Name of the CepObject, which is a full Uri path. | |
_shortName | Short name of the CepObject, without the full Uri path. |
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.