IotHubClient.AbandonAsync(String) 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.
public System.Threading.Tasks.Task AbandonAsync (string messageId);
abstract member AbandonAsync : string -> System.Threading.Tasks.Task
override this.AbandonAsync : string -> System.Threading.Tasks.Task
Public Function AbandonAsync (messageId As String) As Task
Parameters
- messageId
- System.String
Returns
- System.Threading.Tasks.Task