JAMS 6.x Help
JAMSContext Constructor(IServiceProvider,Dictionary<String,Object>,Dictionary<String,Object>)


Constructs a JAMSContext for the workflow.
Syntax
'Declaration
 
Public Function New( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal jobAttributes As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal parameters As System.Collections.Generic.Dictionary(Of String,Object) _
)
'Usage
 
Dim serviceProvider As System.IServiceProvider
Dim jobAttributes As System.Collections.Generic.Dictionary(Of String,Object)
Dim parameters As System.Collections.Generic.Dictionary(Of String,Object)
 
Dim instance As New JAMSContext(serviceProvider, jobAttributes, parameters)
public JAMSContext( 
   System.IServiceProvider serviceProvider,
   System.Collections.Generic.Dictionary<string,object> jobAttributes,
   System.Collections.Generic.Dictionary<string,object> parameters
)

Parameters

serviceProvider
jobAttributes
parameters
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