JAMS Developer Guide
Check(Int32,String,Server) Method


MVPSI.JAMS Namespace > Resource Class > Check Method : Check(Int32,String,Server) Method
Check to see if a Resource is valid and the caller has acquire access. This signature shipped with v4.2.6. Got to keep it so that user code doesn't break.
Syntax
'Declaration
 
Public Overloads Shared Sub Check( _
   ByRef resourceID As System.Integer, _
   ByVal resourceName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim resourceID As System.Integer
Dim resourceName As System.String
Dim js As Server
 
Resource.Check(resourceID, resourceName, js)
public static void Check( 
   ref System.int resourceID,
   System.string resourceName,
   Server js
)

Parameters

resourceID
resourceName
js
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

Resource Class
Resource Members
Overload List