Interface IPublisherPool
Namespace: Volo.Abp.AzureServiceBus
Assembly: Volo.Abp.AzureServiceBus.dll
Syntax
public interface IPublisherPool : IAsyncDisposable
Methods
GetAsync(string, string?)
Declaration
Task<ServiceBusSender> GetAsync(string topicName, string? connectionName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | topicName | |
| string | connectionName |
Returns
| Type | Description |
|---|---|
| Task<ServiceBusSender> |