'Declaration
Public Overloads Shared Sub Load( _ ByRef method As Method, _ ByVal methodName As System.String, _ ByVal js As Server _ )
'Usage
Dim method As Method Dim methodName As System.String Dim js As Server Method.Load(method, methodName, js)
public static void Load( out Method method, System.string methodName, Server js )
Parameters
- method
- Method definition.
- methodName
- Method Name.
- js
- The JAMS Server to load from.