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