Class MessageQueueResult
Represents the result of enqueuing a message into a message queue.
Inherited Members
Namespace: Innovt.Cloud.Queue
Assembly: Innovt.Cloud.dll
Syntax
public class MessageQueueResult
Properties
| Edit this page View SourceError
Gets or sets an error message in case of a failed enqueue operation.
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID associated with the enqueued message.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Success
Gets or sets a value indicating whether the enqueue operation was successful.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
bool |