Class SessionContextResult

class Microsoft::Azure::RemoteRendering::SessionContextResult

Properties

Context

In case of failure (ErrorCode != Success), additional information such as the http response code and an error string can be gathered through this object. In case of success, this object is still valid, but does not provide additional information.

auto GetContext() const noexcept -> Microsoft::Azure::RemoteRendering::SessionGeneralContext;

ErrorCode

auto GetErrorCode() const noexcept -> Microsoft::Azure::RemoteRendering::Result;