Class Ticker
Inheritance
System.Object
Ticker
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: Tizen.UIExtensions.Common.Internal
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class Ticker
Constructors
Ticker()
Declaration
protected Ticker()
Properties
Default
Declaration
public static Ticker Default { get; }
Property Value
Type | Description |
---|---|
Ticker |
Methods
DisableTimer()
Declaration
protected void DisableTimer()
EnableTimer()
Declaration
protected void EnableTimer()
Insert(Func<Int64, Boolean>)
Declaration
public virtual int Insert(Func<long, bool> timeout)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Int64, System.Boolean> | timeout |
Returns
Type | Description |
---|---|
System.Int32 |
Remove(Int32)
Declaration
public virtual void Remove(int handle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | handle |
SendFinish()
Declaration
protected void SendFinish()
SendSignals(Int32)
Declaration
protected void SendSignals(int timestep = -1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | timestep |
SendSignals(Int64)
Declaration
protected void SendSignals(long step)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | step |