JAMS Developer Guide
MoveTo Method (Job)


MVPSI.JAMS Namespace > Job Class : MoveTo Method
The fully qualified name of the new Job.
The server to move the Job to.
Move the job to a different folder, removing it from the old location.
Syntax
'Declaration
 
Public Sub MoveTo( _
   ByVal newName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim instance As Job
Dim newName As System.String
Dim js As Server
 
instance.MoveTo(newName, js)
public void MoveTo( 
   System.string newName,
   Server js
)

Parameters

newName
The fully qualified name of the new Job.
js
The server to move the Job 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