GraphicsBinding.GetLastFrameStatistics(FrameStatistics) 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.
Retrieves the last frame's statistics.
public:
Microsoft::Azure::RemoteRendering::Result GetLastFrameStatistics([Runtime::InteropServices::Out] Microsoft::Azure::RemoteRendering::FrameStatistics % stats);
public Microsoft.Azure.RemoteRendering.Result GetLastFrameStatistics (out Microsoft.Azure.RemoteRendering.FrameStatistics stats);
member this.GetLastFrameStatistics : FrameStatistics -> Microsoft.Azure.RemoteRendering.Result
Public Function GetLastFrameStatistics (ByRef stats As FrameStatistics) As Result
Parameters
- stats
- FrameStatistics
Returns
Success, NotInitialized, Fail, NoConnection
Remarks
A NoConnection error occurs if this is called while there is no connection to the server.