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


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

Parameters

entry
Entry definition.
jamsEntry
The JAMSEntry ID of the Entry 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

Entry Class
Entry Members
Overload List