C# Class DotNetWorkQueue.Transport.SQLite.Basic.Message.ReceiveMessage

Handles receiving a message
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
GetMessage ( IMessageContext context ) : IReceivedMessageInternal

Returns the next message, if any.

GetMessageAsync ( IMessageContext context ) : Task

Returns the next message, if any.

ReceiveMessage ( QueueConsumerConfiguration configuration, IReceivedMessageInternal>.IQueryHandler receiveMessage, IQueueCancelWork cancelToken, IQueryHandler receiveMessageAsync ) : System.Linq

Initializes a new instance of the ReceiveMessage class.

Method Details

GetMessage() public méthode

Returns the next message, if any.
public GetMessage ( IMessageContext context ) : IReceivedMessageInternal
context IMessageContext The context.
Résultat IReceivedMessageInternal

GetMessageAsync() public méthode

Returns the next message, if any.
public GetMessageAsync ( IMessageContext context ) : Task
context IMessageContext The context.
Résultat Task

ReceiveMessage() public méthode

Initializes a new instance of the ReceiveMessage class.
public ReceiveMessage ( QueueConsumerConfiguration configuration, IReceivedMessageInternal>.IQueryHandler receiveMessage, IQueueCancelWork cancelToken, IQueryHandler receiveMessageAsync ) : System.Linq
configuration DotNetWorkQueue.Configuration.QueueConsumerConfiguration The configuration.
receiveMessage IReceivedMessageInternal>.IQueryHandler The receive message.
cancelToken IQueueCancelWork The cancel token.
receiveMessageAsync IQueryHandler The receive message asynchronous.
Résultat System.Linq