Click or drag to resize
IServiceOperationsFindServiceByNameAndProperties Method
Finds the service by name and properties.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
List<Service> FindServiceByNameAndProperties(
	string serviceName,
	List<KeyValuePair<string, string>> properties,
	int pageNumber,
	int pageSize,
	out int totalItems
)

Parameters

serviceName
Type: SystemString
Name of the service.
properties
Type: System.Collections.GenericListKeyValuePairString, String
The properties.
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.
totalItems
Type: SystemInt32
The total items.

Return Value

Type: ListService
List of found services.
See Also