'Declaration
Public Overloads Shared Function Exists( _ ByVal methodName As System.String, _ ByVal js As Server _ ) As System.Boolean
'Usage
Dim methodName As System.String Dim js As Server Dim value As System.Boolean value = Method.Exists(methodName, js)
public static System.bool Exists( System.string methodName, Server js )
Parameters
- methodName
- Method Name.
- js
- JAMS Server.
Return Value
True if the Method exists