Click or drag to resize

PFApplicationHubCallerExecuteAction Method

Executes the action of an application hub.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFApplicationHubResult ExecuteAction(
	string applicationName,
	string actionName,
	List<Object> parameters
)

Parameters

applicationName
Type: SystemString
Name of the application.
actionName
Type: SystemString
Name of the method.
parameters
Type: System.Collections.GenericListObject
Method parameters.

Return Value

Type: PFApplicationHubResult
Action result.
See Also