JAMS 6.x Help
PreStart Method


An implementation of the IServiceProvider interface
A dictionary that contains the job's parameter values
PreStart is called just before the job starts.
Syntax
'Declaration
 
Sub PreStart( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal parameters As System.Collections.Generic.Dictionary(Of String,Object) _
) 
'Usage
 
Dim instance As IJobStartup
Dim serviceProvider As System.IServiceProvider
Dim parameters As System.Collections.Generic.Dictionary(Of String,Object)
 
instance.PreStart(serviceProvider, parameters)
void PreStart( 
   System.IServiceProvider serviceProvider,
   System.Collections.Generic.Dictionary<string,object> parameters
)

Parameters

serviceProvider
An implementation of the IServiceProvider interface
parameters
A dictionary that contains the job's parameter values
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

IJobStartup Interface
IJobStartup Members

Send Feedback