'Declaration
Public Overloads Shared Function Delete( _ ByVal methodName As System.String, _ ByVal js As Server, _ Optional ByVal changeComment As System.String _ ) As ValidationLog
'Usage
Dim methodName As System.String Dim js As Server Dim changeComment As System.String Dim value As ValidationLog value = Method.Delete(methodName, js, changeComment)
public static ValidationLog Delete( System.string methodName, Server js, System.string changeComment )
Parameters
- methodName
- Name of the Method to delete.
- js
- JAMS Server.
- changeComment