Singer Instruments PIXL Client
RunUVSterilisation(Int32) Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class > RunUVSterilisation Method : RunUVSterilisation(Int32) Method
The number of minutes to run sterilisation for.
Run UV sterilisation.
Syntax
'Declaration
 
Public Overloads Function RunUVSterilisation( _
   ByVal minutes As Integer _
) As Task(Of ApiCommandResponse)
'Usage
 
Dim instance As PIXLClient
Dim minutes As Integer
Dim value As Task(Of ApiCommandResponse)
 
value = instance.RunUVSterilisation(minutes)
public Task<ApiCommandResponse> RunUVSterilisation( 
   int minutes
)
public:
Task<ApiCommandResponse>^ RunUVSterilisation( 
   int minutes
) 

Parameters

minutes
The number of minutes to run sterilisation for.

Return Value

The result of the action.
Example
This sample shows how to use the RunUVSterilisation(Int32) method.
// Run sterilisation for 20 minutes.
pixl.RunUVSterilisation(20);
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
Overload List