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


MVPSI.JAMS Namespace > MethodAT Class > Load Method : Load(Method,Int32,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 version As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim method As Method
Dim methodID As System.Integer
Dim version As System.Integer
Dim js As Server
 
MethodAT.Load(method, methodID, version, js)
public static void Load( 
   out Method method,
   System.int methodID,
   System.int version,
   Server js
)

Parameters

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

MethodAT Class
MethodAT Members
Overload List