Click or drag to resize
SessionNotifyClick Method
Sends a notification to the eSales service, about a click being made by the user in a session.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public void NotifyClick(
	string ticketEnc
)

Parameters

ticketEnc
Type: SystemString
The ticket for the object that was clicked
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf ticketEnc is null or empty
See Also