JAMS Developer Guide
TimeLimit Class
Members 


MVPSI.JAMS.Activities Namespace : TimeLimit Class
The TimeLimit Activity will execute it's child Activities until they complete or the time limit is reached. The following actions can be taken if the time limit is exceeded:
Object Model
TimeLimit Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("ActivityBody")>
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class TimeLimit 
   Inherits JAMSNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As TimeLimit
[System.Windows.Markup.ContentProperty("ActivityBody")]
[System.Drawing.ToolboxBitmap()]
public sealed class TimeLimit : JAMSNativeActivity, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.TimeLimit

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

TimeLimit Members
MVPSI.JAMS.Activities Namespace