JAMS Developer Guide
Initialize Method (ISchedulerEventHandlerAddIn)


MVPSI.JAMSScheduler Namespace > ISchedulerEventHandlerAddIn Interface : Initialize Method
The config file that is being initialized.
Services provided by the JAMSScheduler process.
Initialize
Syntax
'Declaration
 
Sub Initialize( _
   ByVal config As System.Configuration.Configuration, _
   ByVal services As ISchedulerServices _
) 
'Usage
 
Dim instance As ISchedulerEventHandlerAddIn
Dim config As System.Configuration.Configuration
Dim services As ISchedulerServices
 
instance.Initialize(config, services)
void Initialize( 
   System.Configuration.Configuration config,
   ISchedulerServices services
)

Parameters

config
The config file that is being initialized.
services
Services provided by the JAMSScheduler process.
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

ISchedulerEventHandlerAddIn Interface
ISchedulerEventHandlerAddIn Members