Click or drag to resize

NotifySpeedChangeInfo Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsNotifySpeedChangeInfo

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

The NotifySpeedChangeInfo type exposes the following members.

Constructors
 NameDescription
Public methodNotifySpeedChangeInfoInitializes a new instance of the NotifySpeedChangeInfo class
Public methodNotifySpeedChangeInfo(Double, Visual)Initializes a new instance of the NotifySpeedChangeInfo class
Top
Properties
 NameDescription
Public propertyIsCompleted 
Public propertySpeedChange 
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