Start a processing queue up with given directories

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void StartProcessingQueue(
	string destDir,
	string rejectsDir,
	string logDir
)
Visual Basic (Declaration)
Public Sub StartProcessingQueue ( _
	destDir As String, _
	rejectsDir As String, _
	logDir As String _
)
Visual C++
public:
void StartProcessingQueue(
	String^ destDir, 
	String^ rejectsDir, 
	String^ logDir
)

Parameters

destDir
Type: System..::.String
Destination property directory
rejectsDir
Type: System..::.String
Place to store files we cannot process
logDir
Type: System..::.String
Path of photo processing log

See Also