AdvanceTimeSettings.AdvanceTimePolicy Property

 

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

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

Syntax

public AdvanceTimePolicy AdvanceTimePolicy { get; }
public:
property AdvanceTimePolicy AdvanceTimePolicy {
    AdvanceTimePolicy get();
}
member AdvanceTimePolicy : AdvanceTimePolicy with get
Public ReadOnly Property AdvanceTimePolicy As AdvanceTimePolicy

Property Value

Type: Microsoft.ComplexEventProcessing.AdvanceTimePolicy

The policy that determines how violations of current application time should be dealt with.

Remarks

For more information, see Advancing Application Time.

See Also

AdvanceTimeSettings Class
Microsoft.ComplexEventProcessing Namespace

Return to top