Share via


Performance.Stop(String, String, String, String) Method

Definition

Internal API for Microsoft.Maui.Controls platform use.

public static void Stop(string reference, string tag = default, string path = default, string member = default);
static member Stop : string * string * string * string -> unit
Public Shared Sub Stop (reference As String, Optional tag As String = Nothing, Optional path As String = Nothing, Optional member As String = Nothing)

Parameters

reference
String

Internal parameter for platform use.

tag
String

Internal parameter for platform use.

path
String

Internal parameter for platform use.

member
String

Internal parameter for platform use.

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to