JAMS 6.x Help
RequiresSecondaryUser Method


An implementation of the IServiceProvider interface
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.
Syntax
'Declaration
 
Function RequiresSecondaryUser( _
   ByVal serviceProvider As System.IServiceProvider _
) As System.String
'Usage
 
Dim instance As IJobStartup
Dim serviceProvider As System.IServiceProvider
Dim value As System.String
 
value = instance.RequiresSecondaryUser(serviceProvider)
System.string RequiresSecondaryUser( 
   System.IServiceProvider serviceProvider
)

Parameters

serviceProvider
An implementation of the IServiceProvider interface
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

IJobStartup Interface
IJobStartup Members

Send Feedback