次の方法で共有


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

プロパティ値

適用対象