다음을 통해 공유


RenderingSessionPropertiesArrayResult 클래스

정의

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

public ref class RenderingSessionPropertiesArrayResult : Microsoft::Azure::RemoteRendering::SessionContextResult
public class RenderingSessionPropertiesArrayResult : Microsoft.Azure.RemoteRendering.SessionContextResult
type RenderingSessionPropertiesArrayResult = class
    inherit SessionContextResult
Public Class RenderingSessionPropertiesArrayResult
Inherits SessionContextResult
상속
RenderingSessionPropertiesArrayResult

속성

Context

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

(다음에서 상속됨 SessionContextResult)
ErrorCode

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

(다음에서 상속됨 SessionContextResult)
SessionProperties

성공하는 경우 SessionProperties 속성은 유효한 인스턴스 배열 RenderingSessionProperties 을 보유합니다.

적용 대상