NotifyDistanceInfo Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.NotifyDistanceInfo"]
Namespace: Demo3D.Visuals
public class NotifyDistanceInfo : ITask
The NotifyDistanceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| NotifyDistanceInfo | Initializes a new instance of the NotifyDistanceInfo class | |
| NotifyDistanceInfo(Double, Visual) | Initializes a new instance of the NotifyDistanceInfo class |
| Name | Description | |
|---|---|---|
| Distance | ||
| IsCompleted | ||
| 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.) |