Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Result object that is returned by RemoteRenderingClient.GetCurrentRenderingSessionsAsync. Success state and additional error context can be retrieved via base class SessionContextResult. In case of success, the SessionProperties property holds a valid array of RenderingSessionProperties instances.
class Microsoft::Azure::RemoteRendering::RenderingSessionPropertiesArrayResult final : public Microsoft::Azure::RemoteRendering::SessionContextResult
Properties
SessionProperties
In case of success, the SessionProperties property holds a valid array of RenderingSessionProperties instances.
auto GetSessionProperties(std::vector<Microsoft::Azure::RemoteRendering::RenderingSessionProperties> & out) const noexcept -> void;