Ticker.SendSignals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SendSignals(Int32) |
For internal use by platform renderers. |
SendSignals(Int64) |
For internal use by the Xamarin.Forms platform. |
SendSignals(Int32)
For internal use by platform renderers.
protected void SendSignals (int timestep = -1);
member this.SendSignals : int -> unit
Parameters
- timestep
- System.Int32
For internal use by the Xamarin.Forms platform.
Applies to
SendSignals(Int64)
For internal use by the Xamarin.Forms platform.
protected void SendSignals (long step);
member this.SendSignals : int64 -> unit
Parameters
- step
- System.Int64
For internal use by the Xamarin.Forms platform.