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


MVPSI.JAMS Namespace > Method Class > Load Method : Load(Method,Int32,Server) Method
Method definition.
Method ID.
The JAMS Server to load from.
Load the Method with the specified ID, from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef method As Method, _
   ByVal methodID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim method As Method
Dim methodID As System.Integer
Dim js As Server
 
Method.Load(method, methodID, js)
public static void Load( 
   out Method method,
   System.int methodID,
   Server js
)

Parameters

method
Method definition.
methodID
Method ID.
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