Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new SimpleReccuringSchedule object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim interval As Integer
Dim instance As New SimpleReccuringSchedule(interval)
Syntax
'Declaration
Public Sub New ( _
interval As Integer _
)
public SimpleReccuringSchedule (
int interval
)
public:
SimpleReccuringSchedule (
int interval
)
public SimpleReccuringSchedule (
int interval
)
public function SimpleReccuringSchedule (
interval : int
)
Parameters
- interval
The time interval.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
SimpleReccuringSchedule Class
SimpleReccuringSchedule Members
Microsoft.EnterpriseManagement.Common Namespace