Click or drag to resize

PFOperationResultCreate Method

Creates a new instance of the PFOperationResult class.

Namespace:  Packflow.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFOperationResult Create(
	bool success,
	string message = "",
	Exception exception = null,
	Object tag = null
)

Parameters

success
Type: SystemBoolean
message (Optional)
Type: SystemString
exception (Optional)
Type: SystemException
tag (Optional)
Type: SystemObject

Return Value

Type: PFOperationResult
See Also