Click or drag to resize

PFServiceExecuteOperation Method

Executes an service operation, providing a Packflow site, step object and exception handling.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void ExecuteOperation(
	string operationName,
	PFServiceOperationMethod operation
)

Parameters

operationName
Type: SystemString
Operation name.
operation
Type: Packflow.Interface.ServicesPFServiceOperationMethod
Operation code.
See Also