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


MVPSI.JAMS Namespace > Resource Class > Load Method : Load(Resource,String,Int32,Server) Method
Resource definition.
The name of the resource to load.
The ID of the resource to load.
The JAMS server to load from.
Loads the Resource with the specified ID or name from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef res As Resource, _
   ByVal resourceName As System.String, _
   ByVal resourceID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim res As Resource
Dim resourceName As System.String
Dim resourceID As System.Integer
Dim js As Server
 
Resource.Load(res, resourceName, resourceID, js)
public static void Load( 
   out Resource res,
   System.string resourceName,
   System.int resourceID,
   Server js
)

Parameters

res
Resource definition.
resourceName
The name of the resource to load.
resourceID
The ID of the resource to load.
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

Resource Class
Resource Members
Overload List