NotifySpeedChangeInfo Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.NotifySpeedChangeInfo"]
Namespace: Demo3D.Visuals
public class NotifySpeedChangeInfo : ITask
The NotifySpeedChangeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| NotifySpeedChangeInfo | Initializes a new instance of the NotifySpeedChangeInfo class | |
| NotifySpeedChangeInfo(Double, Visual) | Initializes a new instance of the NotifySpeedChangeInfo class |
| Name | Description | |
|---|---|---|
| IsCompleted | ||
| SpeedChange | ||
| Visual |
| Name | Description | |
|---|---|---|
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ForNoLongerThan |
Throw an exception if the task takes longer than the timeout.
(Defined by TaskExt.) | |
| IfTimeout |
Add an action to be called if a task throws an exception due to a timeout.
(Defined by TaskExt.) |