IBinder.Clear 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.
Delete all known (bound) cloud anchors from the cloud, and erase their bindings.
public System.Threading.Tasks.Task<bool> Clear ();
abstract member Clear : unit -> System.Threading.Tasks.Task<bool>
Public Function Clear () As Task(Of Boolean)
Returns
True on success.
Remarks
Bound space pins are unaffected, but will no longer be bound.