[This is preliminary documentation and is subject to change.]

Empties the container.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static int EmptyContainer(
	int pause,
	Serial source,
	Serial target
)
<CommandAttribute> _
Public Shared Function EmptyContainer ( _
	pause As Integer, _
	source As Serial, _
	target As Serial _
) As Integer
[CommandAttribute]
public:
static int EmptyContainer(
	int pause, 
	Serial source, 
	Serial target
)

Parameters

pause
Int32
The pause.
source
Serial
The source.
target
Serial
The target.

Return Value

See Also