Click or drag to resize

TimerReference Class

Represents a reference to an interval or timeout.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesTimerReference

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class TimerReference

The TimerReference type exposes the following members.

Properties
  NameDescription
Public propertyIsActive
Gets a value indicating whether the timer is active.
Public propertyMethod
Gets the method to be invoked with this timer.
Public propertyNextTick
Gets the time span until the next tick of this timer.
Public propertyTarget
Gets the target on which the timer is invoked.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also