IConfigurationApiGetWorkerSitesByProduct Method

Get worker sites with informations in provided product.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
IList<DslWorkerSite> GetWorkerSitesByProduct(
	string productName
)

Parameters

productName  String
Name of product.

Return Value

IListDslWorkerSite
Set of worker sites.

See Also