Click or drag to resize

ServiceInfosGetServiceInstance Method

Returns an instance of the specfied service.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IServiceInfo GetServiceInstance(
	string name
)

Parameters

name
Type: SystemString
The name of the service.

Return Value

Type: IServiceInfo
The services with the specified name.
See Also