JAMS Developer Guide
Load(Method,String) Method


MVPSI.JAMS Namespace > MethodAT Class > Load Method : Load(Method,String) Method
Method definition.
Method Name.
Load the Method with the specified name from the current JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef method As Method, _
   ByVal methodName As System.String _
) 
'Usage
 
Dim method As Method
Dim methodName As System.String
 
MethodAT.Load(method, methodName)
public static void Load( 
   out Method method,
   System.string methodName
)

Parameters

method
Method definition.
methodName
Method Name.
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

MethodAT Class
MethodAT Members
Overload List