CheckpointConfiguration Class

Configures a server to support checkpointing.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CheckpointConfiguration

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

Syntax

public sealed class CheckpointConfiguration

The CheckpointConfiguration type exposes the following members.

Constructors

  Name Description
Public method CheckpointConfiguration Initializes a new instance of the CheckpointConfiguration class.

Top

Properties

  Name Description
Public property CreateLogPathIfMissing Gets or sets a value that indicates whether to create the log path if the folder does not exist.
Public property LogPath Gets or sets the path for the checkpointing log.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

For more information, see Building Resilient StreamInsight Applications.

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