Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class MessageBatchRequest

    Represents a message and its associated ID in a batch for enqueueing.

    Inheritance
    object
    MessageBatchRequest
    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 MessageBatchRequest

    Properties

    | Edit this page View Source

    Id

    Gets or sets the ID associated with the message.

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

    Message

    Gets or sets the message to be enqueued.

    Declaration
    public object Message { get; set; }
    Property Value
    Type Description
    object

    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