JAMS Developer Guide
Repeat Class
Members 


MVPSI.JAMS Namespace : Repeat Class
The Repeat element can be applied to a folder or job. A job with a Repeat element will repeat with the specified delay until the specified end time.
Object Model
Repeat Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public Class Repeat 
   Inherits Element
   Implements IElement, IElementSubmit 
'Usage
 
Dim instance As Repeat
[System.Runtime.Serialization.DataContract()]
public class Repeat : Element, IElement, IElementSubmit  
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.Element
      MVPSI.JAMS.Repeat

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Repeat Members
MVPSI.JAMS Namespace