PubSubCallbackMethod Delegate
- Last UpdatedApr 08, 2026
- 1 minute read
The delegate used for callbacks from PubSub.
public delegate void PubSubCallbackMethod(
PubSubStatus status,
string topic,
PubSubBuffer buffer,
PubSubHeaderData headerData
)
public delegate void PubSubCallbackMethod(
PubSubStatus status,
String^ topic,
PubSubBuffer^ buffer,
PubSubHeaderData headerData
)
Parameters
- status
- The message status.
- topic
- The topic of the data.
- buffer
- The buffer that has the data.
- headerData
- The message routing information.