C# Class DotNetWorkQueue.Messages.MessageHandlerAsync

Wraps the action for handling a message; this is provided by the caller of the library.
Inheritance: IMessageHandlerAsync
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : System.Threading.Tasks.Task

Handles the specified message.

MessageHandlerAsync ( IMessageHandlerRegistrationAsync messageHandlerRegistration ) : System.Threading.Tasks

Method Details

Handle() public méthode

Handles the specified message.
public Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : System.Threading.Tasks.Task
message IReceivedMessageInternal The message.
workerNotification IWorkerNotification The worker notification.
Résultat System.Threading.Tasks.Task

MessageHandlerAsync() public méthode

public MessageHandlerAsync ( IMessageHandlerRegistrationAsync messageHandlerRegistration ) : System.Threading.Tasks
messageHandlerRegistration IMessageHandlerRegistrationAsync
Résultat System.Threading.Tasks