NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.Timers Namespace

Classes

Class Description
DailyPattern Specifies a daily recurrence pattern based on an interval of days.
DaysOfMonthPattern Specifies a recurrence pattern based on a set of days in a month, and a set of months in a year.
MonthlyPattern Specifies a monthly recurrence pattern based on a set of days in a week, a set of dates on which an event is raised in a month, and a set of months of a year.
OccurredEventArgs Provides data for the System.Timers.Schedule.Occurred event.
RecurrencePattern Defines recurrent patterns for events on a Schedule.
RecurrencePatterns Specifies a collection of recurrence patterns that describe the Schedule component's behavior when raising events.
Schedule Represents a component that holds a set of time patterns which describe when to raise an event.
Timer Handles recurring events in the application.
WeeklyPattern Specifies a weekly recurrence pattern based on a set of days and a weekly interval.

Interfaces

Interface Description
IRecurrencePattern Defines the pattern that determines when an event should be raised.

Delegates

Delegate Description
OccurredEventHandler Represents the method that will handle the RaisedTime event of a Timer class.

Enumerations

Enumeration Description
DaysOfWeek Specifies the days of the week in a recurrence pattern.
Months Specifies the months in a recurrence pattern.
OccurrenceInMonth Specifies a set of occurrences in a month during which an event should occur.