TimerExtension Class
Abstract base class for timer extensions.
Assembly: System.Activities (in System.Activities.dll)
System.Activities.Statements::TimerExtension
System.Activities.Statements::DurableTimerExtension
| Name | Description | |
|---|---|---|
![]() | TimerExtension() | When implemented in a derived class, creates a new instance of the derived class. |
| Name | Description | |
|---|---|---|
![]() | CancelTimer(Bookmark^) | Removes a timer. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnCancelTimer(Bookmark^) | Called by the CancelTimer method. |
![]() | OnRegisterTimer(TimeSpan, Bookmark^) | Called by the RegisterTimer method. |
![]() | RegisterTimer(TimeSpan, Bookmark^) | Creates a timer with the specified duration and associated. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

