|
IStreamTracker | Disposition (IDeliveryState state, bool settle) |
| Apply the delivery state and optionally settle the sent delivery with the remote More...
|
|
IStreamTracker | Settle () |
| Settles the sent delivery if not performing auto-settlement on the sender. More...
|
|
Task< IStreamTracker > | SettleAsync () |
| Settles the sent delivery if not performing auto-settlement on the sender and returns a Task that will be completed once any IO operations required by the settlement have completed. More...
|
|
Task< IStreamTracker > | DispositionAsync (IDeliveryState state, bool settle) |
| Apply the delivery state and optionally settle the sent delivery with the remote. The method returns a Task that will be completed once any required IO operations in order to apply the disposition have been completed. More...
|
|
IStreamTracker | AwaitAccepted () |
| Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled. More...
|
|
IStreamTracker | AwaitAccepted (TimeSpan timeout) |
| Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled. More...
|
|
IStreamTracker | AwaitSettlement () |
| Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled. More...
|
|
IStreamTracker | AwaitSettlement (TimeSpan timeout) |
| Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled. More...
|
|
◆ AwaitAccepted() [1/2]
IStreamTracker Apache.Qpid.Proton.Client.Implementation.ClientStreamTracker.AwaitAccepted |
( |
| ) |
|
|
inline |
Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
If the remote send back a delivery state other than accepted then this method will throw an ClientDeliveryStateException to indicate the expected outcome was not achieved.
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
◆ AwaitAccepted() [2/2]
IStreamTracker Apache.Qpid.Proton.Client.Implementation.ClientStreamTracker.AwaitAccepted |
( |
TimeSpan |
timeout | ) |
|
|
inline |
Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
If the remote send back a delivery state other than accepted then this method will throw an ClientDeliveryStateException to indicate the expected outcome was not achieved.
- Parameters
-
timeout | The duration to wait for the remote to accept the delivery |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
◆ AwaitSettlement() [1/2]
IStreamTracker Apache.Qpid.Proton.Client.Implementation.ClientStreamTracker.AwaitSettlement |
( |
| ) |
|
|
inline |
Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
◆ AwaitSettlement() [2/2]
IStreamTracker Apache.Qpid.Proton.Client.Implementation.ClientStreamTracker.AwaitSettlement |
( |
TimeSpan |
timeout | ) |
|
|
inline |
Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
- Parameters
-
timeout | The duration to wait for the remote to settle the delivery |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
◆ Disposition()
Apply the delivery state and optionally settle the sent delivery with the remote
- Parameters
-
state | The delivery state to apply to the sent delivery |
settle | Optionally settle the delivery that was sent |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
◆ DispositionAsync()
Apply the delivery state and optionally settle the sent delivery with the remote. The method returns a Task that will be completed once any required IO operations in order to apply the disposition have been completed.
- Parameters
-
state | The delivery state to apply to the sent delivery |
settle | Optionally settle the delivery that was sent |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
◆ Settle()
IStreamTracker Apache.Qpid.Proton.Client.Implementation.ClientStreamTracker.Settle |
( |
| ) |
|
|
inline |
◆ SettleAsync()
Task<IStreamTracker> Apache.Qpid.Proton.Client.Implementation.ClientStreamTracker.SettleAsync |
( |
| ) |
|
|
inline |
Settles the sent delivery if not performing auto-settlement on the sender and returns a Task that will be completed once any IO operations required by the settlement have completed.
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.IStreamTracker.
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/Implementation/ClientStreamTracker.cs