Click or drag to resize
CommunicationBeforeSendRequestSubscriberOnNotify Method
Call to invoke observer.

Namespace: Dynamicweb.Ecommerce.LiveIntegration.Examples.Notifications
Assembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax
public override void OnNotify(
	string notification,
	NotificationArgs args
)

Parameters

notification
Type: SystemString
The notification.
args
Type: NotificationArgs
The args.
See Also