JAMS Developer Guide
Cleanup Method


MVPSI.JAMS.Host Namespace > IJAMSHostV2 Interface : Cleanup Method
Cleanup is called to give the job a chance to cleanup.
Syntax
'Declaration
 
Sub Cleanup( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal entry As Entry _
) 
'Usage
 
Dim instance As IJAMSHostV2
Dim serviceProvider As System.IServiceProvider
Dim entry As Entry
 
instance.Cleanup(serviceProvider, entry)
void Cleanup( 
   System.IServiceProvider serviceProvider,
   Entry entry
)

Parameters

serviceProvider
entry
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

IJAMSHostV2 Interface
IJAMSHostV2 Members