JAMS Developer Guide
Repeat Class
Members 


MVPSI.JAMS.Activities Namespace : Repeat Class
The Repeat Activity hosts one or more activities that are repeated at an interval.
Object Model
Repeat Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("ActivityBody")>
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class Repeat 
   Inherits JAMSNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As Repeat
[System.Windows.Markup.ContentProperty("ActivityBody")]
[System.Drawing.ToolboxBitmap()]
public sealed class Repeat : JAMSNativeActivity, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.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.Activities Namespace