Click or drag to resize
SoapClientqueryAllAsync Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public Task<queryAllResponse> queryAllAsync(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	QueryOptions QueryOptions,
	string queryString
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
QueryOptions
Type: CMS.SalesForce.WebServiceClientQueryOptions
queryString
Type: SystemString

Return Value

Type: TaskqueryAllResponse
See Also