예제 #1
0
 def abort(self):
     """
     Aborts the delivery.  This indicates the application wishes to
     invalidate any data that may have already been sent on this delivery.
     The delivery cannot be aborted after it has been completely delivered.
     """
     pn_delivery_abort(self._impl)
예제 #2
0
 def abort(self):
     """
     Aborts the delivery.  This indicates the application wishes to
     invalidate any data that may have already been sent on this delivery.
     The delivery cannot be aborted after it has been completely delivered.
     """
     pn_delivery_abort(self._impl)