Class AsyncCallCompletedEventData
Defined in File NetworkEventData.h
Inheritance Relationships
Base Type
public csp::common::NetworkEventData(Class NetworkEventData)
Class Documentation
-
class AsyncCallCompletedEventData : public csp::common::NetworkEventData
Public Members
-
csp::common::Map<csp::common::String, csp::common::String> References
A string map containing reference information related to this operation.
Each key:value pair in this map represents a reference name and its corresponding Id. The contents of this map will differ based on the specific Async Call, but it is intended to provide additional context and information about the completed operation. For example, in the case of the DuplicatedSpaceAsync operation, this map would contain the following:
”OrignalSpaceId”: Id of the original Space being duplicated.
”SpaceId”: Id of the newly duplicated Space.
-
bool Success
Whether the operation completed successfully or not.
-
csp::common::Map<csp::common::String, csp::common::String> References