Click or drag to resize

PFServiceOperationMethod Delegate

Represents a method executing an operation on a Packflow site.

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 delegate void OperationMethod(
	PFSite site,
	CodeStep step
)

Parameters

site
Type: Packflow.CorePFSite
Packflow site.
step
Type: MicaSystems.UtilsCodeStep
Code step, this object is used during exception handling.
See Also