CheckpointConfiguration Class

 

Configures a server to support checkpointing.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CheckpointConfiguration

Syntax

public sealed class CheckpointConfiguration
public ref class CheckpointConfiguration sealed 
[<Sealed>]
type CheckpointConfiguration = class end
Public NotInheritable Class CheckpointConfiguration

Constructors

Name Description
System_CAPS_pubmethod CheckpointConfiguration()

Initializes a new instance of the CheckpointConfiguration class.

Properties

Name Description
System_CAPS_pubproperty CreateLogPathIfMissing

Gets or sets a value that indicates whether to create the log path if the folder does not exist.

System_CAPS_pubproperty LogPath

Gets or sets the path for the checkpointing log.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.ComplexEventProcessing Namespace

Return to top