Share via


RenderingSessionPropertiesArrayResult Třída

Definice

Objekt Result vrácený objektem GetCurrentRenderingSessionsAsync(). Stav úspěchu a další kontext chyby lze načíst prostřednictvím základní třídy SessionContextResult. V případě úspěchu obsahuje vlastnost SessionProperties platné pole RenderingSessionProperties instancí.

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
Dědičnost
RenderingSessionPropertiesArrayResult

Vlastnosti

Context

V případě selhání (ErrorCode != Success) je možné prostřednictvím tohoto objektu shromáždit další informace, jako je kód odpovědi HTTP a řetězec chyby. V případě úspěchu je tento objekt stále platný, ale neposkytuje další informace.

(Zděděno od SessionContextResult)
ErrorCode

Určuje, jestli byl dotaz úspěšný nebo ne. Podrobnosti v případě selhání najdete Result v tématu . V případě selhání je možné získat další informace z Contextadresy .

(Zděděno od SessionContextResult)
SessionProperties

V případě úspěchu obsahuje vlastnost SessionProperties platné pole RenderingSessionProperties instancí.

Platí pro