Click or drag to resize

ServiceInfosGetServiceList Method

Returns a list of all instances of services based on the category specified

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public List<IServiceInfo> GetServiceList(
	string category
)

Parameters

category
Type: SystemString
The category of the services required

Return Value

Type: ListIServiceInfo
A list of services with the specified category, or null if no services are found.
See Also