Class AsyncCallCompletedEventData

Inheritance Relationships

Base Type

Class Documentation

class AsyncCallCompletedEventData : public csp::common::NetworkEventData

Public Members

csp::common::String OperationName

The name of the async operation that has been completed.

csp::common::String ReferenceId

An Id related to the async operation that has been completed.

This could for example be a group Id, if this were an async duplicate group operation.

csp::common::String ReferenceType

The type that the Id represents.

In the previous example this would be “GroupId”.