(Obsolete) Asynchronous method that fetches anchors contained in the Room Layout.
Dispose of the returned task if you don't use the results
ParametersanchorsList that will get cleared and populated with the requested anchors.
Deprecated
ReturnsReturns a task that will eventually let you test if the fetch was successful or not. If the result is true, then the anchors parameter has been populated with the requested anchors.
ExceptionsInvalidOperationExceptionIf it fails to retrieve the Room Layout
ArgumentNullExceptionIf parameter anchors is null