public abstract class EventSubscriberBase : IEventSubscriber,
IAsyncDisposablePublic MustInherit Class EventSubscriberBase
Implements IEventSubscriber, IAsyncDisposablepublic ref class EventSubscriberBase abstract : IEventSubscriber,
IAsyncDisposable[<AbstractClassAttribute>]
type EventSubscriberBase =
class
interface IEventSubscriber
interface IAsyncDisposable
end| EventSubscriberBase | Созадёт экземпляр класса с указанием его свойст и зависимостей. |
| EventName | Имя события на изменение версии. |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
| 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) |
| NotifyAsync | Выполняет уведомление всех подписчиков на изменение версии объекта. |
| SubscribeForChangesAsync | Выполняет подписание на изменение версии объекта. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |