JAMS Developer Guide
Hold(Int32,Server) Method


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

Parameters

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