HostCloudAnchorPromise

An InterruptiblePromise launched by ARAnchorManagerExtensions.HostCloudAnchorAsync(this ARAnchorManager, ARAnchor, int) with result type HostCloudAnchorResult.

See InterruptiblePromise for more information on how to retrieve results from the Promise, and the Cloud Anchors developer guide.

Summary

Inheritance

Inherits from: Google.XR.ARCoreExtensions.Internal.InterruptiblePromise< HostCloudAnchorResult >

Properties

Result
T
Gets the result, if the operation is done.
State
Gets the PromiseState associated with this promise.

Public functions

Cancel()
void
Cancels execution of this promise if it's still pending.

Properties

Result

T Result

Gets the result, if the operation is done.

State

PromiseState State

Gets the PromiseState associated with this promise.

Used to determine if the promise is still waiting for the result.

Public functions

Cancel

void Cancel()

Cancels execution of this promise if it's still pending.