Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Result object that is returned by RemoteRenderingClient.OpenRenderingSessionAsync(System.String) and RemoteRenderingClient.CreateNewRenderingSessionAsync(RenderingSessionCreationOptions). Success state and additional error context can be retrieved via base class SessionContextResult. In case of success, the Session property holds a valid RenderingSession reference.
class Microsoft::Azure::RemoteRendering::CreateRenderingSessionResult final : public Microsoft::Azure::RemoteRendering::SessionContextResult
Properties
Session
In case of success this holds a valid RenderingSession reference.
auto GetSession() const noexcept -> ApiHandle<Microsoft::Azure::RemoteRendering::RenderingSession>;