Method | Description | |
---|---|---|
OutboxCleaner ( NServiceBus.InMemory.Outbox.InMemoryOutboxStorage storage, System.TimeSpan timeToKeepDeduplicationData ) : System | ||
PerformCleanup ( object state ) : void |
Method | Description | |
---|---|---|
OnStart ( IMessageSession session ) : System.Threading.Task | ||
OnStop ( IMessageSession session ) : System.Threading.Task |
protected OnStart ( IMessageSession session ) : System.Threading.Task | ||
session | IMessageSession | |
return | System.Threading.Task |
protected OnStop ( IMessageSession session ) : System.Threading.Task | ||
session | IMessageSession | |
return | System.Threading.Task |
public OutboxCleaner ( NServiceBus.InMemory.Outbox.InMemoryOutboxStorage storage, System.TimeSpan timeToKeepDeduplicationData ) : System | ||
storage | NServiceBus.InMemory.Outbox.InMemoryOutboxStorage | |
timeToKeepDeduplicationData | System.TimeSpan | |
return | System |
public PerformCleanup ( object state ) : void | ||
state | object | |
return | void |