Ticker.Remove 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
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