JAMS Developer Guide
ExitGranted Method


MVPSI.JAMS.Host Namespace > IJAMSHostWorkflow Interface : ExitGranted Method
ExitGranted is used for execution methods that can go into an idle state. If a job decides that it is idle and should exit until there is work to process, it can request an exit. ExitRequest is called to grant the request.
Syntax
'Declaration
 
Sub ExitGranted( _
   ByVal serviceProvider As System.IServiceProvider _
) 
'Usage
 
Dim instance As IJAMSHostWorkflow
Dim serviceProvider As System.IServiceProvider
 
instance.ExitGranted(serviceProvider)
void ExitGranted( 
   System.IServiceProvider serviceProvider
)

Parameters

serviceProvider
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

IJAMSHostWorkflow Interface
IJAMSHostWorkflow Members