JAMS Developer Guide
Entry(Int32,Severity) Method


MVPSI.JAMS Namespace > WaitFor Class > Entry Method : Entry(Int32,Severity) Method
The entry number that you want to wait for.
The minimum completion severity which will satisfy this request.
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, _
   ByVal minimumSeverity As Severity _
) 
'Usage
 
Dim instance As WaitFor
Dim dependEntry As System.Integer
Dim minimumSeverity As Severity
 
instance.Entry(dependEntry, minimumSeverity)
public void Entry( 
   System.int dependEntry,
   Severity minimumSeverity
)

Parameters

dependEntry
The entry number that you want to wait for.
minimumSeverity
The minimum completion severity which will satisfy this request.
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