JAMS Developer Guide
SubmitEntry Class
Members 


MVPSI.JAMS.Activities Namespace : SubmitEntry Class
The SubmitEntry 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
SubmitEntry Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class SubmitEntry 
   Inherits MVPSI.JAMS.Activities.JAMSNativeActivityGeneric(Of Integer)
   Implements ISupportCommands 
'Usage
 
Dim instance As SubmitEntry
[System.Drawing.ToolboxBitmap()]
public sealed class SubmitEntry : 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.SubmitEntry

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

SubmitEntry Members
MVPSI.JAMS.Activities Namespace