Adds a file into the processing queue

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

Syntax

C#
public void AddFileToProcessingQueue(
	string filepath
)
Visual Basic (Declaration)
Public Sub AddFileToProcessingQueue ( _
	filepath As String _
)
Visual C++
public:
void AddFileToProcessingQueue(
	String^ filepath
)

Parameters

filepath
Type: System..::.String
Full path of the file

See Also