Bridge

Timer Class

Provides a mechanism for executing a method at specified intervals. This class cannot be inherited.To browse the .NET Framework source code for this type, see the Reference Source.

Namespace:  System.Threading
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public sealed class Timer : IDisposable
<ExternalAttribute> _
<NamespaceAttribute> _
Public NotInheritable Class Timer _
	Implements IDisposable
[ExternalAttribute]
[NamespaceAttribute]
public ref class Timer sealed : IDisposable

Inheritance Hierarchy


System..::..Object
  System.Threading..::..Timer