Click or drag to resize

NotifySpeedInfo Class

[Missing <summary> documentation for "T:Demo3D.Visuals.NotifySpeedInfo"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsNotifySpeedInfo

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class NotifySpeedInfo : ITask

The NotifySpeedInfo type exposes the following members.

Constructors
  NameDescription
Public methodNotifySpeedInfo
Initializes a new instance of the NotifySpeedInfo class
Public methodNotifySpeedInfo(Double, Visual)
Initializes a new instance of the NotifySpeedInfo class
Top
Properties
  NameDescription
Public propertyIsCompleted
Public propertySpeed
Public propertyVisual
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodForNoLongerThan
Throw an exception if the task takes longer than the timeout.
(Defined by TaskExt.)
Public Extension MethodIfTimeout
Add an action to be called if a task throws an exception due to a timeout.
(Defined by TaskExt.)
Top
See Also