JAMS Developer Guide
ReprocessCompletion Method (Entry)


MVPSI.JAMS Namespace > Entry Class : ReprocessCompletion Method
The JAMS Entry to be reprocessed.
The completion severity for the cancelation.
A comment to be added to the audit trail for the entry.
The JAMS Server that has this entry.
Reprocesses the completion of the specified entry.
Syntax
'Declaration
 
Public Shared Sub ReprocessCompletion( _
   ByVal jamsEntry As System.Integer, _
   ByVal severity As Severity, _
   ByVal comment As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim severity As Severity
Dim comment As System.String
Dim js As Server
 
Entry.ReprocessCompletion(jamsEntry, severity, comment, js)
public static void ReprocessCompletion( 
   System.int jamsEntry,
   Severity severity,
   System.string comment,
   Server js
)

Parameters

jamsEntry
The JAMS Entry to be reprocessed.
severity
The completion severity for the cancelation.
comment
A comment to be added to the audit trail for the entry.
js
The JAMS Server that has this entry.
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