Class TimerImpl
Inheritance
System.Object
TimerImpl
Inherited Members
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)
System.Object.ToString()
Namespace: Cosmos.System2_Plugs.System.Threading
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class TimerImpl
Methods
| Improve this Doc View SourceChange(Int32, Int32)
Declaration
public static void Change(int dueTime, int period)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dueTime | |
System.Int32 | period |
Change(Int64, Int64)
Declaration
public static void Change(long dueTime, long period)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | dueTime | |
System.Int64 | period |
Change(UInt32, UInt32)
Declaration
public static void Change(uint dueTime, uint period)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | dueTime | |
System.UInt32 | period |
Change(TimeSpan, TimeSpan)
Declaration
public static void Change(TimeSpan dueTime, TimeSpan period)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | dueTime | |
TimeSpan | period |
Ctor(Timer, TimerCallback)
Declaration
public static void Ctor(Timer context, TimerCallback callback)
Parameters
Type | Name | Description |
---|---|---|
Timer | context | |
TimerCallback | callback |
Ctor(Timer, TimerCallback, Object, Int32, Int32)
Declaration
public static void Ctor(Timer context, TimerCallback callback, object state, int dueTime, int period)
Parameters
Type | Name | Description |
---|---|---|
Timer | context | |
TimerCallback | callback | |
System.Object | state | |
System.Int32 | dueTime | |
System.Int32 | period |
Ctor(Timer, TimerCallback, Object, Int64, Int64)
Declaration
public static void Ctor(Timer context, TimerCallback callback, object state, long dueTime, long period)
Parameters
Type | Name | Description |
---|---|---|
Timer | context | |
TimerCallback | callback | |
System.Object | state | |
System.Int64 | dueTime | |
System.Int64 | period |
Ctor(Timer, TimerCallback, Object, UInt32, UInt32)
Declaration
public static void Ctor(Timer context, TimerCallback callback, object state, uint dueTime, uint period)
Parameters
Type | Name | Description |
---|---|---|
Timer | context | |
TimerCallback | callback | |
System.Object | state | |
System.UInt32 | dueTime | |
System.UInt32 | period |
Ctor(Timer, TimerCallback, Object, TimeSpan, TimeSpan)
Declaration
public static void Ctor(Timer context, TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period)
Parameters
Type | Name | Description |
---|---|---|
Timer | context | |
TimerCallback | callback | |
System.Object | state | |
TimeSpan | dueTime | |
TimeSpan | period |
Dispose()
Declaration
public static void Dispose()