public sealed class ApplicationMessageBus : IApplicationMessageBus,
IAsyncDisposable, IDisposable
Public NotInheritable Class ApplicationMessageBus
Implements IApplicationMessageBus, IAsyncDisposable, IDisposable
public ref class ApplicationMessageBus sealed : IApplicationMessageBus,
IAsyncDisposable, IDisposable
[<SealedAttribute>]
type ApplicationMessageBus =
class
interface IApplicationMessageBus
interface IAsyncDisposable
interface IDisposable
end
ApplicationMessageBus | Создаёт экземпляр класса. |
Dispose | Освобождает ресурсы, занимаемые объектом. |
DisposeAsync | Освобождает ресурсы, занимаемые объектом. |
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) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ProcessMessageAsync | Осуществляет обработку сообщения |
RegisterAsync | Выполняет регистрацию шины обработки сообщений в Tessa Applications |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UnregisterAsync | Выполняет отмену регистрации приложения |
MessageReceived | Событие, возникающее при получении сообщения |