'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.