Click or drag to resize
Soap.processAsync Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
Task<processResponse> processAsync(
	processRequest1 request
)

Parameters

request
Type: CMS.SalesForce.WebServiceClient.processRequest1

Return Value

Type: Task<processResponse>
See Also