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.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax public override bool IsReusable { get; }
Return Value
Type:
Boolean if the handler can be reused; otherwise,
. The default is
.
Implements
IHttpHandlerIsReusableSee Also