[]
Perform spin up behavior.
public void SpinUp()
Public Sub SpinUp()
Perform spin up with the specified increment parameters.
public void SpinUp(int increment)
Public Sub SpinUp(increment As Integer)
Type | Name | Description |
---|---|---|
int | increment | An int value indicates the spin increment. |