Show / Hide Table of Contents

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>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In this article
Back to top Powered by Volosoft