ObjectObserver.RequestAccessAsync 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.
Requests access to this feature and returns access status.
public:
static System::Threading::Tasks::Task<Microsoft::Azure::ObjectAnchors::ObjectObserverAccessStatus> ^ RequestAccessAsync();
public static System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.ObjectObserverAccessStatus> RequestAccessAsync ();
static member RequestAccessAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.ObjectObserverAccessStatus>
Public Shared Function RequestAccessAsync () As Task(Of ObjectObserverAccessStatus)