JAMS Developer Guide
Entry(Int32) Method


MVPSI.JAMS Namespace > WaitFor Class > Entry Method : Entry(Int32) Method
The entry number that you want to wait for.
Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a specific entry in the current schedule.
Syntax
'Declaration
 
Public Overloads Sub Entry( _
   ByVal dependEntry As System.Integer _
) 
'Usage
 
Dim instance As WaitFor
Dim dependEntry As System.Integer
 
instance.Entry(dependEntry)
public void Entry( 
   System.int dependEntry
)

Parameters

dependEntry
The entry number that you want to wait for.
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

WaitFor Class
WaitFor Members
Overload List