JAMS Developer Guide
Initialize Method (IStartEntry)


MVPSI.JAMS Namespace > IStartEntry Interface : Initialize Method
An implementation of the IServiceProvider interface
An instance of an Entry that is being prepared to start.
JAMS will call the initialize method before parsing the job source. The resulting object is available as the JAMS.XM while parsing.
Syntax
'Declaration
 
Function Initialize( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal entry As Entry _
) As System.Object
'Usage
 
Dim instance As IStartEntry
Dim serviceProvider As System.IServiceProvider
Dim entry As Entry
Dim value As System.Object
 
value = instance.Initialize(serviceProvider, entry)
System.object Initialize( 
   System.IServiceProvider serviceProvider,
   Entry entry
)

Parameters

serviceProvider
An implementation of the IServiceProvider interface
entry
An instance of an Entry that is being prepared to start.

Return Value

An object that will be the XM object when parsing the job source
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

IStartEntry Interface
IStartEntry Members