JAMS Developer Guide
Delete(Boolean) Method


MVPSI.JAMS Namespace > Entry Class > Delete Method : Delete(Boolean) Method
Force JAMS to Delete entry
Delete or abort this entry with force.
Syntax
'Declaration
 
Public Overloads Sub Delete( _
   ByVal force As System.Boolean _
) 
'Usage
 
Dim instance As Entry
Dim force As System.Boolean
 
instance.Delete(force)
public void Delete( 
   System.bool force
)

Parameters

force
Force JAMS to Delete 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