Click or drag to resize
LeadOutboundMessageHandler Class
An IHttpHandler which receives outbound messages from SalesForce to update a ContactInfo from the posted SalesForce lead data.
Inheritance Hierarchy
SystemObject
  System.WebHttpTaskAsyncHandler
    CMS.SalesForceLeadOutboundMessageHandler

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public class LeadOutboundMessageHandler : HttpTaskAsyncHandler, 
	IReadOnlySessionState, IRequiresSessionState

The LeadOutboundMessageHandler type exposes the following members.

Constructors
  NameDescription
Public methodLeadOutboundMessageHandler
Initializes a new instance of the LeadOutboundMessageHandler class.
Top
Properties
  NameDescription
Public propertyIsReusable
When overridden in a derived class, gets a value that indicates whether the task handler class instance can be reused for another asynchronous task.
(Overrides HttpTaskAsyncHandlerIsReusable.)
Top
Methods
  NameDescription
Public methodProcessRequestAsync
Receives a request from SalesForce which contains an updated entity.
(Overrides HttpTaskAsyncHandlerProcessRequestAsync(HttpContext).)
Top
See Also