다음을 통해 공유


RenderingSessionPropertiesResult 클래스

정의

에서 반환 GetPropertiesAsync()되는 결과 개체입니다. 성공 상태 및 추가 오류 컨텍스트는 기본 클래스 SessionContextResult를 통해 검색할 수 있습니다. 성공하는 경우 SessionProperties 속성은 의 RenderingSessionProperties유효한 instance 보유합니다.

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
상속
RenderingSessionPropertiesResult

속성

Context

오류가 발생할 경우(ErrorCode != Success) http 응답 코드 및 오류 문자열과 같은 추가 정보를 이 개체를 통해 수집할 수 있습니다. 성공하는 경우 이 개체는 여전히 유효하지만 추가 정보는 제공하지 않습니다.

(다음에서 상속됨 SessionContextResult)
ErrorCode

쿼리가 성공했는지 여부를 나타냅니다. 오류 발생 시 자세한 내용은 를 참조하세요 Result . 오류가 발생하면 에서 Context추가 정보를 수집할 수 있습니다.

(다음에서 상속됨 SessionContextResult)
MinimumRetryDelay

렌더링 세션 속성을 다시 폴링하기 전에 기다려야 하는 최소 시간(초)입니다.

SessionProperties

성공하는 경우 SessionProperties 속성은 의 RenderingSessionProperties유효한 instance 보유합니다.

적용 대상