Share via


SessionContextResult.Context 属性

定义

如果失败 (ErrorCode != Success) ,可以通过此对象收集其他信息,例如 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

属性值

适用于