SessionContextResult.Context 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果失敗 (ErrorCode != 成功) ,則可以透過這個物件收集其他資訊,例如 HTTP 回應碼和錯誤字串。 如果成功,這個物件仍然有效,但不會提供其他資訊。
public:
property Microsoft::Azure::RemoteRendering::SessionGeneralContext Context { Microsoft::Azure::RemoteRendering::SessionGeneralContext get(); };
public Microsoft.Azure.RemoteRendering.SessionGeneralContext Context { get; }
member this.Context : Microsoft.Azure.RemoteRendering.SessionGeneralContext
Public ReadOnly Property Context As SessionGeneralContext