Class ScopeResult
Defined in File Scope.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase(Class ResultBase)
Class Documentation
-
class ScopeResult : public csp::systems::ResultBase
Contains details about an async operation which returns a scope.
If the ResultCode is successful, this will contain a valid scope.
Public Functions
-
const Scope &GetScope() const
Returns the scope if this result is successful.
- Returns
const Scope& : The scope retrieved by this result.
-
ScopeResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)
-
const Scope &GetScope() const