Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class QueueExtensions

    Extension methods for parsing queue message attributes.

    Inheritance
    object
    QueueExtensions
    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 static class QueueExtensions

    Methods

    | Edit this page View Source

    ParseQueueAttributes(IQueueMessage, Dictionary<string, string>)

    Parses queue message attributes and updates the provided queueMessage.

    Declaration
    public static void ParseQueueAttributes(this IQueueMessage queueMessage, Dictionary<string, string> queueAttributes)
    Parameters
    Type Name Description
    IQueueMessage queueMessage

    The queue message.

    Dictionary<string, string> queueAttributes

    The queue attributes to parse.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX