JAMS 6.x Help
Cancel Method (IJAMSHost)


Cancel may be called to cancel execution of a job.
Syntax
'Declaration
 
Sub Cancel( _
   ByVal serviceProvider As System.IServiceProvider _
) 
'Usage
 
Dim instance As IJAMSHost
Dim serviceProvider As System.IServiceProvider
 
instance.Cancel(serviceProvider)
void Cancel( 
   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

IJAMSHost Interface
IJAMSHost Members