InvokeDelegate
When to use the InvokeDelegate activity
This activity is used to invoke a delegate during the runtime of a robot.
Figure 1
Activity Name |
Picture |
InvokeDelegate |
|
Technical Reference
Figure 1.1
|
S.no |
Description |
1 |
Specify the parameters required for the method |
|
2 |
Displays the action that the activity performs in the workflow |
DelegateArguments Create the parameters that are required to supply inputs and receive the output from the method. (Refer Figure 1.8)
Activity: The InvokeDelegate activity is used to call the referenced method, delegate helps to encapsulate a reference to a method.
Figure 1.2
Figure 1.3