JAMS Developer Guide
IStartEntry Interface
Members 


MVPSI.JAMS Namespace : IStartEntry Interface
The IStartEntry interface is optional. It should be implemented by an execution methods startup module that wants to create a source object to be used as XM in source parsing. This method will be called by the Scheduler Service when starting a job and will have access to the entire entry to create an object from. If a method throws an exception, the job will fail with that exception.
Object Model
IStartEntry Interface
Syntax
'Declaration
 
Public Interface IStartEntry 
'Usage
 
Dim instance As IStartEntry
public interface IStartEntry 
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

IStartEntry Members
MVPSI.JAMS Namespace