Class ActionNotification
Inheritance
System.Object
ActionNotification
Namespace: Downlink.Messaging
Assembly: Downlink.dll
Syntax
public class ActionNotification : object, INotificationHandler<AppVersionResponseModel>
Methods
| Improve this Doc View SourceHandle(AppVersionResponseModel)
Declaration
public void Handle(AppVersionResponseModel notification)
Parameters
Type | Name | Description |
---|---|---|
AppVersionResponseModel | notification |
Implements
MediatR.INotificationHandler<TNotification>.Handle(TNotification)