JAMS Developer Guide
Shutdown Method (ISchedulerEventHandlerAddIn)


MVPSI.JAMSScheduler Namespace > ISchedulerEventHandlerAddIn Interface : Shutdown Method
Services provided by the JAMSScheduler process.
Shut down
Syntax
'Declaration
 
Sub Shutdown( _
   ByVal services As ISchedulerServices _
) 
'Usage
 
Dim instance As ISchedulerEventHandlerAddIn
Dim services As ISchedulerServices
 
instance.Shutdown(services)
void Shutdown( 
   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