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 SourceGlobalQueueKey
Key for the global queue
Declaration
public const string GlobalQueueKey = "messagebroker:queue:global"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetUserQueueKey(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 |