Android.OS.Trace.EndSection Method
Writes a trace message to indicate that a given section of code has ended.

Syntax

[Android.Runtime.Register("endSection", "()V", "")]
public static void EndSection ()

Remarks

Writes a trace message to indicate that a given section of code has ended. This call must be preceeded by a corresponding call to Trace.BeginSection(string). Calling this method will mark the end of the most recently begun section of code, so care must be taken to ensure that beginSection / endSection pairs are properly nested and called from the same thread.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18