JAMS 6.x Help
Reschedule Method (ICurJobManageSQL)


The JAMSEntry of the entry to rescheduled.
The new batch queue for the entry.
The new agent for the entry.
The new scheduled time for the entry.
True to hold the entry until manually released.
The new scheduling priority for the entry.
A comment to be added to the audit trail for the job.
Rescheduled the specified entry.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub Reschedule( _
   ByVal jamsEntry As System.Integer, _
   ByVal batchQueue As System.String, _
   ByVal agentNode As System.String, _
   ByVal scheduledTime As System.Date, _
   ByVal holdJob As System.Boolean, _
   ByVal schedulingPriority As System.Integer, _
   ByVal comment As System.String _
) 
'Usage
 
Dim instance As ICurJobManageSQL
Dim jamsEntry As System.Integer
Dim batchQueue As System.String
Dim agentNode As System.String
Dim scheduledTime As System.Date
Dim holdJob As System.Boolean
Dim schedulingPriority As System.Integer
Dim comment As System.String
 
instance.Reschedule(jamsEntry, batchQueue, agentNode, scheduledTime, holdJob, schedulingPriority, comment)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void Reschedule( 
   System.int jamsEntry,
   System.string batchQueue,
   System.string agentNode,
   System.DateTime scheduledTime,
   System.bool holdJob,
   System.int schedulingPriority,
   System.string comment
)

Parameters

jamsEntry
The JAMSEntry of the entry to rescheduled.
batchQueue
The new batch queue for the entry.
agentNode
The new agent for the entry.
scheduledTime
The new scheduled time for the entry.
holdJob
True to hold the entry until manually released.
schedulingPriority
The new scheduling priority for the entry.
comment
A comment to be added to the audit trail for the job.
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

ICurJobManageSQL Interface
ICurJobManageSQL Members