Table of Contents

Class EcomOrderGatewayStatusChangedObserver

Namespace
Dynamicweb.Ecommerce.Examples.Notifications.Order
Assembly
Dynamicweb.Ecommerce.Examples.dll
Order.GatewayStatusChanged
[Subscribe("DWN_ECOM_ORDER_GATEWAY_STATUS_CHANGED")]
public class EcomOrderGatewayStatusChangedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomOrderGatewayStatusChangedObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The args.
To top