SessionGeneralContext Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extended return value information for RenderingSession and RemoteRenderingClient async calls.
public value class SessionGeneralContext
public struct SessionGeneralContext
type SessionGeneralContext = struct
Public Structure SessionGeneralContext
- Inheritance
-
SessionGeneralContext
Fields
ErrorMessage |
Depending on the type of error, this string may contain additional information. |
HttpResponseCode |
HTTP response code. |
RequestCorrelationVector |
Request correlation vector, as reported by the service. |
ResponseCorrelationVector |
Response correlation vector, as reported by the service. |
Result |
See Result for details in case of failure. |