IAnchorManager.LoadAnchors Method

Definition

Load the spongy anchors from persistent storage

public System.Threading.Tasks.Task LoadAnchors ();
abstract member LoadAnchors : unit -> System.Threading.Tasks.Task
Public Function LoadAnchors () As Task

Returns

Remarks

The set of spongy anchors loaded by this routine is defined by the frozen anchors previously loaded into the plugin.

Likewise, when a spongy anchor fails to load, this routine will delete its frozen counterpart from the plugin.

Applies to