A class used by the JavaScript notification system.
Inheritance Hierarchy
Apptus.ESales.ConnectorJavaScriptNotifier
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class JavaScriptNotifier
The JavaScriptNotifier type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Notify(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.
|
![]() ![]() | Notify(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.
|
![]() ![]() | NotifyWithProperties |
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.
|
![]() | ToString | (Inherited from Object.) |
See Also