CepProcess Class
Specifies a metadata object representing a running computation.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.CepObject
Microsoft.ComplexEventProcessing.ApplicationObject
Microsoft.ComplexEventProcessing.CepEntity
Microsoft.ComplexEventProcessing.CepProcess
Microsoft.ComplexEventProcessing.CepCheckpointableProcess
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
'Declaration
Public Class CepProcess _
Inherits CepEntity _
Implements IDisposable
'Usage
Dim instance As CepProcess
public class CepProcess : CepEntity, IDisposable
public ref class CepProcess : public CepEntity,
IDisposable
type CepProcess =
class
inherit CepEntity
interface IDisposable
end
public class CepProcess extends CepEntity implements IDisposable
The CepProcess type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Gets the hosting application. (Inherited from ApplicationObject.) | |
Logic | Gets the logic that defines the entity. (Inherited from CepEntity.) | |
Name | Gets the name of this object. (Inherited from CepObject.) | |
ShortName | Gets the short name of the CEP object. (Inherited from CepObject.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. (Inherited from ApplicationObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypeDefinition | Exposes the type of the expression that defines the entity. (Inherited from CepEntity.) | |
MemberwiseClone | (Inherited from Object.) | |
Resume | Resumes a computation suspended due to server shutdown. If a computation is already running, this operation has no effect. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose | Releases all resources used by the CepProcess class. |
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.