QueueClient.UnregisterMessageHandlerAsync(TimeSpan) 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.
Unregister message handler from the receiver if there is an active message handler registered. This operation waits for the completion of inflight receive and message handling operations to finish and unregisters future receives on the message handler which previously registered.
public System.Threading.Tasks.Task UnregisterMessageHandlerAsync (TimeSpan inflightMessageHandlerTasksWaitTimeout);
abstract member UnregisterMessageHandlerAsync : TimeSpan -> System.Threading.Tasks.Task
override this.UnregisterMessageHandlerAsync : TimeSpan -> System.Threading.Tasks.Task
Public Function UnregisterMessageHandlerAsync (inflightMessageHandlerTasksWaitTimeout As TimeSpan) As Task
Parameters
- inflightMessageHandlerTasksWaitTimeout
- TimeSpan
is the maximum waitTimeout for inflight message handling tasks.
Returns
Implements
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET