JAMS Developer Guide
Hold(Int32) Method


MVPSI.JAMS Namespace > Entry Class > Hold Method : Hold(Int32) Method
The JAMS entry to be held.
Holds this entry until released.
Syntax
'Declaration
 
Public Overloads Shared Sub Hold( _
   ByVal jamsEntry As System.Integer _
) 
'Usage
 
Dim jamsEntry As System.Integer
 
Entry.Hold(jamsEntry)
public static void Hold( 
   System.int jamsEntry
)

Parameters

jamsEntry
The JAMS entry to be held.
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