SpinDown(TimeSpan) Method
In This Topic
Performs spin down.
Syntax
'Declaration
Public Overloads Sub SpinDown( _
ByVal As TimeSpan _
)
public void SpinDown(
TimeSpan
)
Parameters
- decrement
- The System.TimeSpan value that indicates the decrement when spin down.
See Also