JAMS Developer Guide
Reschedule Method (Entry)


MVPSI.JAMS Namespace > Entry Class : Reschedule Method
A comment to add to the entry's audit trail.
Reschedules the entry.
Syntax
'Declaration
 
Public Shared Sub Reschedule( _
   ByVal jamsEntry As System.Integer, _
   ByVal rescheduleProperties As PropertyValueCollection, _
   ByVal comment As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim rescheduleProperties As PropertyValueCollection
Dim comment As System.String
Dim js As Server
 
Entry.Reschedule(jamsEntry, rescheduleProperties, comment, js)
public static void Reschedule( 
   System.int jamsEntry,
   PropertyValueCollection rescheduleProperties,
   System.string comment,
   Server js
)

Parameters

jamsEntry
rescheduleProperties
comment
A comment to add to the entry's audit trail.
js
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

Entry Class
Entry Members