Class Change::UnregisterParticipant
Defined in File Change.hpp
Nested Relationships
This class is a nested type of Class Change.
Class Documentation
-
class UnregisterParticipant
A class that specifies a participant to unregister.
Public Functions
-
UnregisterParticipant(ParticipantId id)
Constructor
- Parameters:
id – [in] The ID of the participant that is being unregistered.
-
ParticipantId id() const
The ID for the participant.
-
UnregisterParticipant(ParticipantId id)