RenderingConnection.QueryServerPerformanceAssessmentAsync 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.
Performs a performance assessment query on the server.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::PerformanceAssessment> ^ QueryServerPerformanceAssessmentAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.PerformanceAssessment> QueryServerPerformanceAssessmentAsync ();
member this.QueryServerPerformanceAssessmentAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.PerformanceAssessment>
Public Function QueryServerPerformanceAssessmentAsync () As Task(Of PerformanceAssessment)
Returns
Task with return type PerformanceAssessment which holds assessment data. The async will complete during an Update() tick.
Remarks
This call returns immediately and emits an event when the query result has arrived.
* A NoConnection error occurs, if there was no connection found.