IAnchorManager.LoadAnchors 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.
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.