Class PublisherPool
Inheritance
object
PublisherPool
Inherited Members
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 PublisherPool : IPublisherPool, IAsyncDisposable, ISingletonDependency
Constructors
PublisherPool(IConnectionPool)
Declaration
public PublisherPool(IConnectionPool connectionPool)
Parameters
| Type | Name | Description |
|---|---|---|
| IConnectionPool | connectionPool |
Properties
Logger
Declaration
public ILogger<PublisherPool> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><PublisherPool> |
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.ValueTask |
GetAsync(string, string)
Declaration
public Task<ServiceBusSender> GetAsync(string topicName, string connectionName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | topicName | |
| string | connectionName |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><ServiceBusSender> |
Implements
System.IAsyncDisposable