dark_mode EN
  • Method WTask :Service
  • Parameters
    cMethod

    Name of the method to be executed as a service

    cDocument

    Document name WDoc:Classname where the method is located

  • Return value
    Self (Constructor)

Creates a 'service' type task. The most common way to create this task is through the WDoc:Service method. For more information, see the programming guide.

WITH OBJECT oFetch := WFetch():New()
:cUrl := ::Service( "Srv_Provincias" ) // --> Service type WTask object
...
END WITH

Previous chevron_left Next chevron_right