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 != 成功) ,可以透過這個物件收集其他資訊,例如 HTTP 回應碼和錯誤字串。 如果成功,此物件仍然有效,但不會提供其他資訊。 (繼承來源 SessionContextResult) |
ErrorCode |
指出查詢是否成功。 如需失敗的詳細資訊,請參閱 Result 。 如果失敗,可以從 收集 Context 其他資訊。 (繼承來源 SessionContextResult) |
MinimumRetryDelay |
在再次輪詢轉譯會話屬性之前,必須等候的最小秒數。 |
SessionProperties |
如果成功,SessionProperties 屬性會保存 的有效實例 RenderingSessionProperties 。 |