JAMS Developer Guide
Update(Server,String) Method


MVPSI.JAMS Namespace > Method Class > Update Method : Update(Server,String) Method
JAMS Server.
Save the Method definition on the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Sub Update( _
   ByVal js As Server, _
   Optional ByVal changeComment As System.String _
) 
'Usage
 
Dim instance As Method
Dim js As Server
Dim changeComment As System.String
 
instance.Update(js, changeComment)
public void Update( 
   Server js,
   System.string changeComment
)

Parameters

js
JAMS Server.
changeComment
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

Method Class
Method Members
Overload List