Class AzureServiceBusConnections
Inheritance
object
AzureServiceBusConnections
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Add(string, Volo.Abp.AzureServiceBus.ClientConfig)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Clear()
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.ContainsKey(string)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.ContainsValue(Volo.Abp.AzureServiceBus.ClientConfig)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.GetEnumerator()
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.OnDeserialization(object)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Remove(string)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Remove(string, out Volo.Abp.AzureServiceBus.ClientConfig)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.TryGetValue(string, out Volo.Abp.AzureServiceBus.ClientConfig)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.TryAdd(string, Volo.Abp.AzureServiceBus.ClientConfig)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.TrimExcess()
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.TrimExcess(int)
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Comparer
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Count
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Keys
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.Values
System.Collections.Generic.Dictionary<string, Volo.Abp.AzureServiceBus.ClientConfig>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AzureServiceBus
Assembly: Volo.Abp.AzureServiceBus.dll
Syntax
public class AzureServiceBusConnections : Dictionary<string, ClientConfig>, IDictionary<string, ClientConfig>, ICollection<KeyValuePair<string, ClientConfig>>, IDictionary, ICollection, IReadOnlyDictionary<string, ClientConfig>, IReadOnlyCollection<KeyValuePair<string, ClientConfig>>, IEnumerable<KeyValuePair<string, ClientConfig>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
AzureServiceBusConnections()
Declaration
public AzureServiceBusConnections()
Fields
DefaultConnectionName
Declaration
public const string DefaultConnectionName = "Default"
Field Value
| Type | Description |
|---|---|
| string |
Properties
Default
Declaration
public ClientConfig Default { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientConfig |
Methods
GetOrDefault(string)
Declaration
public ClientConfig GetOrDefault(string connectionName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectionName |
Returns
| Type | Description |
|---|---|
| ClientConfig |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback