Class ScopeLeaderResult

Inheritance Relationships

Base Type

Class Documentation

class ScopeLeaderResult : public csp::systems::ResultBase

Contains details about an async operation which returns a scope leader.

If the ResultCode is successful, this will contain a valid scope leader.

Public Functions

const ScopeLeader &GetScopeLeader() const

Returns the scope leader if this result is successful.

Returns

const ScopeLeader& : The scope leader retrieved by this result.