Table of Contents

Class EverestOrdersNotificationService

Namespace
Everest.Service.Orders
Assembly
Everest.Service.dll
[ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession)]
public class EverestOrdersNotificationService : EverestServiceBase<OrderStatusMonitoringService>, IEverestOrdersNotificationService, IDisposable
Inheritance
LayeredServiceBase
EverestOrdersNotificationService
Implements
Inherited Members

Constructors

EverestOrdersNotificationService()
EverestOrdersNotificationService(IMapper)
EverestOrdersNotificationService(ILog, IMapper)

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

SubscribeToOrders(OrderStatusChangedContract[]?)
UnSubscribeFromOrders(OrderStatusChangedContract[]?)
UpdateOrder(OrderStatusChangedContract)