MVPSI.JAMS.Host Namespace : IJobStartup Interface |
For a list of all members of this type, see IJobStartup members.
Name | Description | |
---|---|---|
![]() | Initialize | JAMS will call the Initialize method before calling any other method. |
![]() | PreStart | PreStart is called just before the job starts. |
![]() | RequiresSecondaryUser | JAMS calls the RequiresSecondaryUser when it needs to know if the Execution Method requires a secondary UserSecurity object. If one is required, the name should be returned. Otherwise, return a null or empty string. |