Class MessageBatchRequest
Represents a message and its associated ID in a batch for enqueueing.
Inherited Members
Namespace: Innovt.Cloud.Queue
Assembly: Innovt.Cloud.dll
Syntax
public class MessageBatchRequest
Properties
| Edit this page View SourceId
Gets or sets the ID associated with the message.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Gets or sets the message to be enqueued.
Declaration
public object Message { get; set; }
Property Value
Type | Description |
---|---|
object |