Class SafeTimer
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Timers.Timer
SafeTimer
Implements
System.ComponentModel.IComponent
System.IDisposable
System.ComponentModel.ISupportInitialize
Inherited Members
System.Timers.Timer.BeginInit()
System.Timers.Timer.Close()
System.Timers.Timer.EndInit()
System.Timers.Timer.Start()
System.Timers.Timer.Stop()
System.Timers.Timer.AutoReset
System.Timers.Timer.Enabled
System.Timers.Timer.Interval
System.Timers.Timer.Site
System.Timers.Timer.SynchronizingObject
System.Timers.Timer.Elapsed
System.ComponentModel.Component.Dispose()
System.ComponentModel.Component.GetService(System.Type)
System.ComponentModel.Component.ToString()
System.ComponentModel.Component.CanRaiseEvents
System.ComponentModel.Component.Container
System.ComponentModel.Component.DesignMode
System.ComponentModel.Component.Events
System.ComponentModel.Component.Disposed
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AltV.Net.Client
Assembly: AltV.Net.Client.dll
Syntax
public class SafeTimer : Timer, IComponent, IDisposable, ISupportInitialize
Constructors
| Improve this Doc View SourceSafeTimer()
Declaration
public SafeTimer()
SafeTimer(Double)
Declaration
public SafeTimer(double interval)
Parameters
Type | Name | Description |
---|---|---|
System.Double | interval |
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
System.Timers.Timer.Dispose(System.Boolean)
Implements
System.ComponentModel.IComponent
System.IDisposable
System.ComponentModel.ISupportInitialize