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


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

Parameters

namedTime
The NamedTime to be loaded.
timeID
The ID of the NamedTime 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

NamedTime Class
NamedTime Members
Overload List