Payload

This instance property provides payload associated with the notification.

Declaration

// C#
public object Payload {get;}

Property Value

An object that represents payload associated with the notification.

Remarks

We receive payload only with TxEventQ notifications. In case of classic queue, we don't receive Payload as part of notification hence the Payload property will be Null for such scenerio.