JAMS Developer Guide
ChangeMethod Method


MVPSI.JAMS Namespace > Job Class : ChangeMethod Method
The name of th submit method to change to
Updates the Job after its submit method has been changed. Properties and parameters of the old submit method are replaced by properties of the new submit method with any common values being retained.
Syntax
'Declaration
 
Public Sub ChangeMethod( _
   ByVal methodName As System.String _
) 
'Usage
 
Dim instance As Job
Dim methodName As System.String
 
instance.ChangeMethod(methodName)
public void ChangeMethod( 
   System.string methodName
)

Parameters

methodName
The name of th submit method to change to
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

Job Class
Job Members