Try OpenEdge Now
skip to main content
Web Services
Developing a .NET Client to Consume OpenEdge SOAP Web Services : Creating the VB.NET client interface : Sample ABL and VB.NET interface method prototypes : User-defined function
 
User-defined function
*ABL:
/* CustomerOrder.p */

FUNCTION GetTotalOrdersByNumber RETURNS INTEGER
   (Threshold AS DECIMAL) :
*VB.NET CustomerOrderObj (ProcObject) method:
Public Function GetTotalOrdersByNumber
                   (ByVal Threshold As Decimal) As Integer