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: 15.0.2.11458
Syntax
C#
public class NotifySpeedChangeInfo : ITask

The NotifySpeedChangeInfo type exposes the following members.

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