Singer Instruments PIXL Client
ShutDown Method (PIXLClient)
Example 



SI.PIXL.Client Namespace > PIXLClient Class : ShutDown Method
Shutdown the PIXL.
Syntax
'Declaration
 
Public Function ShutDown() As ApiCommandResponse
'Usage
 
Dim instance As PIXLClient
Dim value As ApiCommandResponse
 
value = instance.ShutDown()
public ApiCommandResponse ShutDown()
public:
ApiCommandResponse ShutDown(); 

Return Value

The result of the action.
Remarks
Once the PIXL has been shut down it requires a power cycle to restart.
Example
This sample shows how to use the ShutDown method.
// Shut down the PIXL.
pixl.ShutDown();
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members