JAMS 6.x Help
Initialize Method (IJAMSHost)


Initialize is called at the beginning of a job.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal attributes As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal parameters As System.Collections.Generic.Dictionary(Of String,Object) _
) 
'Usage
 
Dim instance As IJAMSHost
Dim serviceProvider As System.IServiceProvider
Dim attributes As System.Collections.Generic.Dictionary(Of String,Object)
Dim parameters As System.Collections.Generic.Dictionary(Of String,Object)
 
instance.Initialize(serviceProvider, attributes, parameters)
void Initialize( 
   System.IServiceProvider serviceProvider,
   System.Collections.Generic.Dictionary<string,object> attributes,
   System.Collections.Generic.Dictionary<string,object> parameters
)

Parameters

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

IJAMSHost Interface
IJAMSHost Members