IConfigurationApiGetWorkerSitesByProduct Method
|
Get worker sites with informations in provided product.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslWorkerSite> GetWorkerSitesByProduct(
string productName
)
Parameters
- productName String
- Name of product.
Return Value
IListDslWorkerSiteSet of worker sites.
See Also