Interface IOutboxSender
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface IOutboxSender
Methods
StartAsync(OutboxConfig, CancellationToken)
Declaration
Task StartAsync(OutboxConfig outboxConfig, CancellationToken cancellationToken = default)
Parameters
| Type |
Name |
Description |
| OutboxConfig |
outboxConfig |
|
| System.Threading.CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
StopAsync(CancellationToken)
Declaration
Task StopAsync(CancellationToken cancellationToken = default)
Parameters
| Type |
Name |
Description |
| System.Threading.CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods