C# Class DotNetWorkQueue.Transport.Redis.Basic.Command.SendMessageCommandBatch

Sends a new message to a queue
显示文件 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
SendMessageCommandBatch ( IAdditionalMessageData>.List messages ) : System.Collections.Generic

Initializes a new instance of the SendMessageCommand class.

Method Details

SendMessageCommandBatch() public method

Initializes a new instance of the SendMessageCommand class.
public SendMessageCommandBatch ( IAdditionalMessageData>.List messages ) : System.Collections.Generic
messages IAdditionalMessageData>.List The messages.
return System.Collections.Generic