Click or drag to resize
LeadOutboundMessageHandlerIsReusable Property
When overridden in a derived class, gets a value that indicates whether the task handler class instance can be reused for another asynchronous task.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public override bool IsReusable { get; }

Return Value

Type: Boolean
if the handler can be reused; otherwise, . The default is .

Implements

IHttpHandlerIsReusable
See Also