ExtensionMethodsRestart Method |
Restarts the timer.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static void Restart(
this Timer pTimer
)
<ExtensionAttribute>
Public Shared Sub Restart (
pTimer As Timer
)
public:
[ExtensionAttribute]
static void Restart(
Timer^ pTimer
)
[<ExtensionAttribute>]
static member Restart :
pTimer : Timer -> unit
Parameters
- pTimer
- Type: System.TimersTimer
The timer.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Timer. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also