JAMS Developer Guide
Delete(String,String) Method


MVPSI.JAMS Namespace > Method Class > Delete Method : Delete(String,String) Method
Name of the Method to delete.
Delete the Method definition by Name from the default Server.
Syntax
'Declaration
 
Public Overloads Shared Function Delete( _
   ByVal methodName As System.String, _
   Optional ByVal changeComment As System.String _
) As ValidationLog
'Usage
 
Dim methodName As System.String
Dim changeComment As System.String
Dim value As ValidationLog
 
value = Method.Delete(methodName, changeComment)
public static ValidationLog Delete( 
   System.string methodName,
   System.string changeComment
)

Parameters

methodName
Name of the Method to delete.
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