Click or drag to resize
JavaScriptNotifier Class
A class used by the JavaScript notification system.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorJavaScriptNotifier

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class JavaScriptNotifier

The JavaScriptNotifier type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNotify(Connector, String, String, String, String, String, String)
Pass through a JavaScript notification to the cluster. This method is for advanced users only. If two identical notifications are sent with the same id for the same session key, the second notification will be ignored.
Public methodStatic memberNotify(Connector, String, String, String, String, String, String, String, String) Obsolete.
Pass through a JavaScript notification to the cluster. This method is for advanced users only. If two identical notifications are sent with the same id for the same session key, the second notification will be ignored.
Public methodStatic memberNotifyWithProperties
Pass through a JavaScript notification to the cluster. This method is for advanced users only. If two identical notifications are sent with the same id for the same session key, the second notification will be ignored.
Public methodToString (Inherited from Object.)
Top
See Also