AdapterAdvanceTimeSettings Class

 

Adapter factories can use this class to instruct the engine on how to automatically advance application time for their adapters.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.AdapterAdvanceTimeSettings

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod AdapterAdvanceTimeSettings(AdvanceTimeGenerationSettings, AdvanceTimePolicy)

Initializes a new instance of the AdapterAdvanceTimeSettings class.

Properties

Name Description
System_CAPS_pubproperty AdvanceTimeGenerationSettings

Gets the settings that define how and when the engine should advance application time for adapters from this factory.

System_CAPS_pubproperty AdvanceTimePolicy

Gets the policy the determines how violations of current application time should be dealt with.

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.)

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