C# Class DotNetWorkQueue.Queue.MessageProcessingMode

Indicates what mode we are processing messages in
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
MessageProcessingMode ( IRegisterMessagesAsync registerMessagesAsync )

Initializes a new instance of the MessageProcessingMode class.

Method Details

MessageProcessingMode() public méthode

Initializes a new instance of the MessageProcessingMode class.
public MessageProcessingMode ( IRegisterMessagesAsync registerMessagesAsync )
registerMessagesAsync IRegisterMessagesAsync The register messages asynchronous.