Receiver<T>.AbandonAsync(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Puts a received message back into the queue
public abstract System.Threading.Tasks.Task AbandonAsync (T t);
abstract member AbandonAsync : 'T -> System.Threading.Tasks.Task
Parameters
- t
- T
Returns
- System.Threading.Tasks.Task