JAMS Developer Guide
Submit Class
Members 


MVPSI.JAMS.Activities Namespace : Submit Class
The Submit activity will submit another JAMS job or setup. The activity can wait for the completion of the submitted job or setup and can take different actions depending on the success or failure of the entry.
Object Model
Submit Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class Submit 
   Inherits MVPSI.JAMS.Activities.JAMSNativeActivityGeneric(Of Integer)
   Implements ISupportCommands 
'Usage
 
Dim instance As Submit
[System.Drawing.ToolboxBitmap()]
public sealed class Submit : MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.ActivityWithResult
         System.Activities.Activity<TResult>
            System.Activities.NativeActivity<TResult>
               MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>
                  MVPSI.JAMS.Activities.Submit

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

Submit Members
MVPSI.JAMS.Activities Namespace