public class OutboxManager : IOutboxManagerPublic Class OutboxManager
Implements IOutboxManagerpublic ref class OutboxManager : IOutboxManagertype OutboxManager =
class
interface IOutboxManager
end| OutboxManager | Инициализирует новый экземпляр класса OutboxManager |
| InSaas | Manager used in SaaS environment and need to select InstanceName for messages. |
| DeleteAsync | Deletes the message. |
| DeleteCoreAsync | Deletes the message. |
| 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. |
| GetTopMessagesAsync | Select up to given number of messages from outbox. |
| GetTopMessagesCoreAsync | Select up to given number of messages from outbox. |
| 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. |
| MarkAsBadMessageCoreAsync | Marks the message as erroneous and, if the retries threshold is exceeded, deletes the message. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |