JAMS Developer Guide
JAMSContext Constructor(IServiceProvider,Entry)


MVPSI.JAMS.Activities Namespace > JAMSContext Class > JAMSContext Constructor : JAMSContext Constructor(IServiceProvider,Entry)
Constructs a JAMSContext for the workflow.
Syntax
'Declaration
 
Public Function New( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal entryInfo As Entry _
)
'Usage
 
Dim serviceProvider As System.IServiceProvider
Dim entryInfo As Entry
 
Dim instance As New JAMSContext(serviceProvider, entryInfo)
public JAMSContext( 
   System.IServiceProvider serviceProvider,
   Entry entryInfo
)

Parameters

serviceProvider
entryInfo
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

JAMSContext Class
JAMSContext Members
Overload List