Search Results for

    Show / Hide Table of Contents

    Class MessageBrokerQueueKeys

    Container for message broker queue keys

    Inheritance
    System.Object
    MessageBrokerQueueKeys
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.MessageBroker
    Assembly: Simplic.MessageBroker.dll
    Syntax
    public static class MessageBrokerQueueKeys

    Fields

    | Improve this Doc View Source

    GlobalQueueKey

    Key for the global queue

    Declaration
    public const string GlobalQueueKey = "messagebroker:queue:global"
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetUserQueueKey(Int32)

    Gets the key of the user specific queue

    Declaration
    public static string GetUserQueueKey(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    The id of the user

    Returns
    Type Description
    System.String

    The key of the user queue

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx