SessionContextResult Class
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.
Base result class for all session related async queries. This result has an ErrorCode property to test whether the query was successful. In case of error, additional information can be gathered through the Context object. See SessionGeneralContext
public ref class SessionContextResult
public class SessionContextResult
type SessionContextResult = class
Public Class SessionContextResult
- Inheritance
-
SessionContextResult
- Derived
Constructors
SessionContextResult() |
Properties
Context |
In case of failure (ErrorCode != Success), additional information such as the http response code and an error string can be gathered through this object. In case of success, this object is still valid, but does not provide additional information. |
ErrorCode |
Indicates whether the query was successful or not. See Result for details in case of failure. In case of failure, additional information can be gathered from Context. |
Methods
Finalize() |