SessionContextResult.Context プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーが発生した場合 (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