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
)
Public Function GetServiceList (
category As String
) As List(Of IServiceInfo)
Parameters
- category
- Type: SystemString
The category of the services required
Return Value
Type:
ListIServiceInfoA list of services with the specified category, or null if no services are found.
See Also