JAMS Developer Guide
Delete(Boolean,Severity,String) Method


MVPSI.JAMS Namespace > Entry Class > Delete Method : Delete(Boolean,Severity,String) Method
Force JAMS to Delete entry
The completion severity for the cancellation.
A comment to be added to the audit trail for the entry.
Delete or abort this entry with force.
Syntax
'Declaration
 
Public Overloads Sub Delete( _
   ByVal force As System.Boolean, _
   ByVal severity As Severity, _
   ByVal comment As System.String _
) 
'Usage
 
Dim instance As Entry
Dim force As System.Boolean
Dim severity As Severity
Dim comment As System.String
 
instance.Delete(force, severity, comment)
public void Delete( 
   System.bool force,
   Severity severity,
   System.string comment
)

Parameters

force
Force JAMS to Delete entry
severity
The completion severity for the cancellation.
comment
A comment to be added to the audit trail for the 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
Overload List