CepCheckpointableProcessExtensions Class

Extension methods supporting creation of checkpointable processes.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.Linq.CepCheckpointableProcessExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class CepCheckpointableProcessExtensions
'Usage
public static class CepCheckpointableProcessExtensions
[ExtensionAttribute]
public ref class CepCheckpointableProcessExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CepCheckpointableProcessExtensions =  class end
public final class CepCheckpointableProcessExtensions

The CepCheckpointableProcessExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member RunCheckpointable Constructs a checkpointable process given a binding between temporal stream producers and consumers.

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.Linq Namespace