Click or drag to resize
ISessionProvider Interface
Represents the interface for classes that provide SalesForce organization sessions.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public interface ISessionProvider

The ISessionProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateSession
Creates a new SalesForce organization session, and returns it.
Top
See Also