Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class SimpleQueueMessage<T>

    Represents a simple queue message.

    Inheritance
    object
    SimpleQueueMessage<T>
    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 SimpleQueueMessage<T>
    Type Parameters
    Name Description
    T

    The type of value held in the message.

    Constructors

    | Edit this page View Source

    SimpleQueueMessage()

    Initializes a new instance of the SimpleQueueMessage<T> class.

    Declaration
    public SimpleQueueMessage()
    | Edit this page View Source

    SimpleQueueMessage(T)

    Initializes a new instance of the SimpleQueueMessage<T> class with a specified value.

    Declaration
    public SimpleQueueMessage(T value)
    Parameters
    Type Name Description
    T value

    The value to be set for the message.

    Properties

    | Edit this page View Source

    Value

    Gets or sets the value of the queue message.

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    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