JAMS Developer Guide
Load(Method,String,Server) Method


MVPSI.JAMS Namespace > Method Class > Load Method : Load(Method,String,Server) Method
Method definition.
Method Name.
The JAMS Server to load from.
Load the Method with the specified name, from the specified JAMS Server.
Syntax
'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.
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