Click or drag to resize

TrackerTrySendNotification Method

Tries to send the specified notification.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool TrySendNotification(
	NotificationType type
)

Parameters

type
Type: Dynamicweb.AnalyticsNotificationType
Notification type.

Return Value

Type: Boolean
Value indicating whether notification has been sent successfully.
See Also