JAMS 6.x Help
ResReq Constructor(String,Int32)


Creates a new ResReq for the specified resource and quantity.
Syntax
'Declaration
 
Public Function New( _
   ByVal resourceName As System.String, _
   ByVal quantityRequired As System.Integer _
)
'Usage
 
Dim resourceName As System.String
Dim quantityRequired As System.Integer
 
Dim instance As New ResReq(resourceName, quantityRequired)
public ResReq( 
   System.string resourceName,
   System.int quantityRequired
)

Parameters

resourceName
quantityRequired
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

ResReq Class
ResReq Members
Overload List

Send Feedback