public class SaasOutboxManager : OutboxManagerPublic Class SaasOutboxManager
Inherits OutboxManagerpublic ref class SaasOutboxManager : public OutboxManagertype SaasOutboxManager =
class
inherit OutboxManager
end| SaasOutboxManager | Инициализирует новый экземпляр класса SaasOutboxManager |
| InSaas |
Manager used in SaaS environment and need to select InstanceName for messages.
(Переопределяет OutboxManagerInSaas) |
| DeleteAsync |
Deletes the message.
(Унаследован от OutboxManager) |
| DeleteCoreAsync |
Deletes the message.
(Унаследован от OutboxManager) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetSaasInstanceNamesAsync |
Get required SaaS instance names to select messages.
(Переопределяет OutboxManagerGetSaasInstanceNamesAsync(CancellationToken)) |
| GetTopMessagesAsync |
Select up to given number of messages from outbox.
(Унаследован от OutboxManager) |
| GetTopMessagesCoreAsync |
Select up to given number of messages from outbox.
(Унаследован от OutboxManager) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MarkAsBadMessageAsync |
Marks the message as erroneous and, if the retries threshold is exceeded, deletes the message.
(Унаследован от OutboxManager) |
| MarkAsBadMessageCoreAsync |
Marks the message as erroneous and, if the retries threshold is exceeded, deletes the message.
(Унаследован от OutboxManager) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |