Invoke Method

You can select this activity to run a public method of a specific object or type.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input Generic Type Argument Boolean/String/Int32/Object/Array of [T] The arguments of the specified method. Select an option from the list.
Method Name String The method to be invoked when the activity runs.
Parameters Argument The parameter collection for the method to be invoked
Result OutArgument The return value of the method.
RunAsynchronously Boolean Select this checkbox to obtain or set a value that indicates whether the method is invoked asynchronously.
Target Object InArgument The objects that are included in the method to be invoked.
Target Type Boolean/String/Int32/Object/Array of [T] The type of target object