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


MVPSI.JAMS Namespace > Method Class > Check Method : Check(Int32,String,ObjectAccess,Server) Method
The ID of the Method that we want to check.
The Name of the Method that we want to check.
The desired access.
The JAMS Server that should do the check.
Checks a Method against a JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Function Check( _
   ByRef methodID As System.Integer, _
   ByVal methodName As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) As ValidationLog
'Usage
 
Dim methodID As System.Integer
Dim methodName As System.String
Dim access As ObjectAccess
Dim js As Server
Dim value As ValidationLog
 
value = Method.Check(methodID, methodName, access, js)
public static ValidationLog Check( 
   ref System.int methodID,
   System.string methodName,
   ObjectAccess access,
   Server js
)

Parameters

methodID
The ID of the Method that we want to check.
methodName
The Name of the Method that we want to check.
access
The desired access.
js
The JAMS Server that should do the check.
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

Method Class
Method Members
Overload List