ConnectorSession Method (String, String, String) |
Creates a session for the specified session key with the specified customer key and market.
Calling this method does not affect the session in the eSales server.
A notification or panel query, on the object created by this method,
is necessary for the properties to stick to the session.
When calling this method with null in place of customerKey and/or market,
the server will keep the current values of these properties for this session.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public Session Session(
string sessionKey,
string customerKey,
string market
)
Parameters
- sessionKey
- Type: SystemString
The session key to identify the session. - customerKey
- Type: SystemString
The customer_key for this session, can be null. - market
- Type: SystemString
The market for this session, can be null.
Return Value
Type:
SessionA session for session_key.
See Also