Click or drag to resize

PFJobExecutionLockSerializeLocks Method

Serializes a collection of job execution locks.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static string SerializeLocks(
	IEnumerable<PFJobExecutionLock> locks
)

Parameters

locks
Type: System.Collections.GenericIEnumerablePFJobExecutionLock
The locks.

Return Value

Type: String
See Also