JAMS Developer Guide
Load Method (History)


MVPSI.JAMS Namespace > History Class : Load Method
Loads a history object from a job ID and a history ID on a specified server
Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal jobId As System.Integer, _
   ByVal historyId As System.Long, _
   ByVal js As Server _
) As History
'Usage
 
Dim jobId As System.Integer
Dim historyId As System.Long
Dim js As Server
Dim value As History
 
value = History.Load(jobId, historyId, js)
public static History Load( 
   System.int jobId,
   System.long historyId,
   Server js
)

Parameters

jobId
historyId
js

Return Value

history
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

History Class
History Members