JAMS Developer Guide
Execute Method (IJAMSHostV2)


MVPSI.JAMS.Host Namespace > IJAMSHostV2 Interface : Execute Method
Execute is called to execute a job. The implementor should execute the job and return the results as a FinalStatus object.
Syntax
'Declaration
 
Function Execute( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal entry As Entry _
) As FinalResults
'Usage
 
Dim instance As IJAMSHostV2
Dim serviceProvider As System.IServiceProvider
Dim entry As Entry
Dim value As FinalResults
 
value = instance.Execute(serviceProvider, entry)
FinalResults Execute( 
   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