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!

IRecurrencePattern Interface

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

IRecurrencePattern

[Visual Basic]
Public Interface IRecurrencePattern
[C#]
public interface IRecurrencePattern
[C++]
public __gc __interface IRecurrencePattern

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IRecurrencePattern

Class Description
RecurrencePattern Defines recurrent patterns for events on a Schedule.

Remarks

[To be supplied.]

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

IRecurrencePattern Members | System.Timers Namespace