JAMS Developer Guide
Reloading Method (ISchedulerEventHandlerAddIn)


MVPSI.JAMSScheduler Namespace > ISchedulerEventHandlerAddIn Interface : Reloading Method
Services provided by the JAMSScheduler process.
Reloading
Syntax
'Declaration
 
Sub Reloading( _
   ByVal services As ISchedulerServices _
) 
'Usage
 
Dim instance As ISchedulerEventHandlerAddIn
Dim services As ISchedulerServices
 
instance.Reloading(services)
void Reloading( 
   ISchedulerServices services
)

Parameters

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