RenderingSessionPropertiesResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 GetPropertiesAsync()的结果对象。 可以通过基类 SessionContextResult检索成功状态和其他错误上下文。 如果成功,SessionProperties 属性将保留 的有效实例 RenderingSessionProperties。
public ref class RenderingSessionPropertiesResult : Microsoft::Azure::RemoteRendering::SessionContextResult
public class RenderingSessionPropertiesResult : Microsoft.Azure.RemoteRendering.SessionContextResult
type RenderingSessionPropertiesResult = class
inherit SessionContextResult
Public Class RenderingSessionPropertiesResult
Inherits SessionContextResult
- 继承
属性
Context |
如果失败 (ErrorCode != Success) ,可以通过此对象收集其他信息,例如 http 响应代码和错误字符串。 如果成功,则此对象仍然有效,但不提供其他信息。 (继承自 SessionContextResult) |
ErrorCode |
指示查询是否成功。 有关失败的详细信息,请参阅 Result 。 如果失败,可以从 收集 Context其他信息。 (继承自 SessionContextResult) |
MinimumRetryDelay |
再次轮询呈现会话属性之前必须等待的最小秒数。 |
SessionProperties |
如果成功,SessionProperties 属性将保留 的有效实例 RenderingSessionProperties。 |