JAMS Developer Guide
RestoreData(Int32,Server) Method


MVPSI.JAMS.Activities Namespace > CommandHelper Class > RestoreData Method : RestoreData(Int32,Server) Method
The JAMS Entry to be reloaded
The JAMS Server
Updates the activity command dictionary by loading from the object store.
Syntax
'Declaration
 
Public Overloads Shared Sub RestoreData( _
   ByVal jamsEntry As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim js As Server
 
CommandHelper.RestoreData(jamsEntry, js)
public static void RestoreData( 
   System.int jamsEntry,
   Server js
)

Parameters

jamsEntry
The JAMS Entry to be reloaded
js
The JAMS Server
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

CommandHelper Class
CommandHelper Members
Overload List