IDeclareAdvanceTimeProperties<TConfigInfo> Interface
SQL Server 2008 R2
Interface that must be implemented by the factory classes that (optionally) want to specify AdvanceTimeSettings for the adapter instances that they produce.
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
The IDeclareAdvanceTimeProperties<TConfigInfo> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeclareAdvanceTimeProperties | Declares the AdvanceTime properties given configuration information and the shape of the event. Factory classes that implement this interface tell the runtime that it should produce current time increment (Cti) events that have the properties described by the AdvanceTimeSettings class returned by this method. |

