MVPSI.JAMS Namespace > ICurJobManageSQL Interface : Reschedule Method |
'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 )
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