'Declaration
Public Overloads Shared Sub Check( _ ByRef methodID As System.Integer, _ ByVal methodName As System.String, _ ByVal js As Server _ )
'Usage
Dim methodID As System.Integer Dim methodName As System.String Dim js As Server Method.Check(methodID, methodName, js)
public static void Check( ref System.int methodID, System.string methodName, 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.
- js
- The JAMS Server that should do the check.