WorkSource.Remove(WorkSource) Method

Definition

Removes entries contained in another work source.

[Android.Runtime.Register("remove", "(Landroid/os/WorkSource;)Z", "GetRemove_Landroid_os_WorkSource_Handler")]
public virtual bool Remove(Android.OS.WorkSource? other);
[<Android.Runtime.Register("remove", "(Landroid/os/WorkSource;)Z", "GetRemove_Landroid_os_WorkSource_Handler")>]
abstract member Remove : Android.OS.WorkSource -> bool
override this.Remove : Android.OS.WorkSource -> bool

Parameters

other
WorkSource

WorkSource

Returns

true if this work source changed; otherwise, false.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for android.os.WorkSource.remove(android.os.WorkSource).

Applies to