JAMS Developer Guide
SetJAMSContext Class
Members 


MVPSI.JAMS.Activities Namespace : SetJAMSContext Class
The SetJAMSContext activity is only need if you are using the JAMS Activities in an execution environment other than JAMS. When a workflow is being executed by JAMS, the JAMS Context is automatically established. If you are using JAMS Activities outside of JAMS, you can either set the JAMS Server in each activity or, add a SetJAMSContext activity to the workflow and all of the JAMS activities that follow will pick up their JAMS Server from the SetJAMSContext activity.
Object Model
SetJAMSContext Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class SetJAMSContext 
   Inherits JAMSNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As SetJAMSContext
[System.Drawing.ToolboxBitmap()]
public sealed class SetJAMSContext : JAMSNativeActivity, ISupportCommands  
Inheritance Hierarchy

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

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

SetJAMSContext Members
MVPSI.JAMS.Activities Namespace