JAMS Developer Guide
Update(Server) Method


MVPSI.JAMS Namespace > EntryParam Class > Update Method : Update(Server) Method
The JAMS Server to save on.
Updates the value of the EntryParam.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(MVPSI.JAMS.EntryParam+d__44)> 
Public Overloads Sub Update( _ 
   ByVal js As Server _ 
) 
'Usage
 
Dim instance As EntryParam
Dim js As Server
 
instance.Update(js)
[System.Runtime.CompilerServices.AsyncStateMachine(MVPSI.JAMS.EntryParam+d__44)] 
public void Update( 
   Server js 
)

Parameters

js
The JAMS Server to save on.
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

EntryParam Class
EntryParam Members
Overload List