Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:request_service [2022/09/01 01:23] – ↷ Page moved from a_f:3100_actions:request_service to a_f:a:request_service administratora_f:a:request_service [2023/05/09 01:45] (current) sean
Line 1: Line 1:
-{{tag>Actions Action_List Process Sevices}}+{{tag>Index Action Action_List Process Sevices}}
 ====== REQUEST SERVICE ====== ====== REQUEST SERVICE ======
  
Line 16: Line 16:
  
 It is possible to indicate that the service should be run asynchronously – that is, if a system is executing an ordered collection of rules, one of which calls the service asynchronously, the next rule will execute immediately without waiting for the service to finish. To indicate that the service should run asynchronously, add ''NOWAIT'' keyword after the service. For example, It is possible to indicate that the service should be run asynchronously – that is, if a system is executing an ordered collection of rules, one of which calls the service asynchronously, the next rule will execute immediately without waiting for the service to finish. To indicate that the service should run asynchronously, add ''NOWAIT'' keyword after the service. For example,
-<code aim> +<code aim>REQUEST SERVICE RegisterProduct OF Awaresoft NOWAIT </code>
-REQUEST SERVICE RegisterProduct OF Awaresoft NOWAIT +
-</code>+
  
  
 The ''VIA'' keyword can be used to indicate specific channel through which the service is requested, for example The ''VIA'' keyword can be used to indicate specific channel through which the service is requested, for example
-<code aim> +<code aim>REQUEST SERVICE RegisterProduct OF Awaresoft VIA Sockets </code>
-REQUEST SERVICE RegisterProduct OF Awaresoft VIA Sockets +
-</code>+
  
 If the ''VIA'' keyword is not specified, the default channel of the service provider is used. If the ''VIA'' keyword is not specified, the default channel of the service provider is used.
  • Last modified: 2022/09/13 18:11