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
)
Public Function GetServiceInstance (
name As String
) As IServiceInfo
Parameters
- name
- Type: SystemString
The name of the service.
Return Value
Type:
IServiceInfoThe services with the specified name.
See Also