Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class MessageQueueResult

    Represents the result of enqueuing a message into a message queue.

    Inheritance
    object
    MessageQueueResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.Queue
    Assembly: Innovt.Cloud.dll
    Syntax
    public class MessageQueueResult

    Properties

    | Edit this page View Source

    Error

    Gets or sets an error message in case of a failed enqueue operation.

    Declaration
    public string Error { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Gets or sets the ID associated with the enqueued message.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Success

    Gets or sets a value indicating whether the enqueue operation was successful.

    Declaration
    public bool Success { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX