Class ScopeResult

Inheritance Relationships

Base Type

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)