Share via


Ticker.Remove Method

Definition

Overloads

Remove(Int32)

For internal use by platform renderers.

Remove(Int32, IDispatcher)

Remove(Int32)

For internal use by platform renderers.

public virtual void Remove (int handle);
abstract member Remove : int -> unit
override this.Remove : int -> unit

Parameters

handle
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to

Remove(Int32, IDispatcher)

public virtual void Remove (int handle, Xamarin.Forms.IDispatcher dispatcher);
abstract member Remove : int * Xamarin.Forms.IDispatcher -> unit
override this.Remove : int * Xamarin.Forms.IDispatcher -> unit

Parameters

handle
System.Int32
dispatcher
IDispatcher

Applies to