CloudSpatialAnchorSession.GetSessionStatusAsync 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.
Gets an object describing the status of the session.
public:
System::Threading::Tasks::Task<Microsoft::Azure::SpatialAnchors::SessionStatus ^> ^ GetSessionStatusAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.SpatialAnchors.SessionStatus> GetSessionStatusAsync ();
member this.GetSessionStatusAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.SpatialAnchors.SessionStatus>
Public Function GetSessionStatusAsync () As Task(Of SessionStatus)