Class TableDisposalEventHandler
Namespace: Ordering.Domain.Aggregates.TableAggregate.Events
Assembly: Ordering.Domain.dll
public sealed class TableDisposalEventHandler : INotificationHandler<TableDisposalEvent>
Inheritance
object ← TableDisposalEventHandler
Implements
INotificationHandler<TableDisposalEvent\>
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
TableDisposalEventHandler\(IWebSocketService\)
public TableDisposalEventHandler(IWebSocketService webSocketService)
Parameters
webSocketService IWebSocketService
Methods
Handle\(TableDisposalEvent, CancellationToken\)
Handles a notification
public Task Handle(TableDisposalEvent notification, CancellationToken cancellationToken)
Parameters
notification TableDisposalEvent
The notification
cancellationToken CancellationToken
Cancellation token
Returns
Last modified: 21 May 2024