Delen via


GraphicsBinding.GetLastFrameStatistics(FrameStatistics) Methode

Definitie

Hiermee haalt u de statistieken van het laatste frame op.

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

Retouren

Success, NotInitialized, Fail, NoConnection

Opmerkingen

Er NoConnection treedt een fout op als deze wordt aangeroepen terwijl er geen verbinding is met de server.

Van toepassing op

Zie ook