WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a FileRegistryService in answer to an entry removal request. More...
#include <FileRegistryMessage.h>
Public Member Functions | |
FileRegistryRemoveEntryAnswerMessage (bool success, double payload) | |
Constructor. More... | |
Public Attributes | |
bool | success |
Whether the entry removal was successful or not. | |
Additional Inherited Members |
A message sent by a FileRegistryService in answer to an entry removal request.
wrench::FileRegistryRemoveEntryAnswerMessage::FileRegistryRemoveEntryAnswerMessage | ( | bool | success, |
double | payload | ||
) |
Constructor.
success | whether the entry removal was successful |
payload | the message size in bytes |