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
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.)
Protected method Finalize (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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Resume Resumes a computation suspended due to server shutdown. If a computation is already running, this operation has no effect.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace