PoisonMessageEventArgs(QueueMessage, QueueClient) Constructor
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.
Constructs a new instance.
public PoisonMessageEventArgs (Azure.Storage.Queues.Models.QueueMessage message, Azure.Storage.Queues.QueueClient poisonQueue);
new Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs : Azure.Storage.Queues.Models.QueueMessage * Azure.Storage.Queues.QueueClient -> Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs
Public Sub New (message As QueueMessage, poisonQueue As QueueClient)
Parameters
- message
- QueueMessage
The poison message
- poisonQueue
- QueueClient
The poison queue
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET