ServiceHelper.GetService Method |
Name | Description | |
---|---|---|
![]() ![]() | GetService<T>(IServiceProvider) |
Gets a service from a given service provider, throwing a ServiceNotAvailableException
if the service is not available.
|
![]() ![]() | GetService<T>(IServiceProvider, Boolean) |
Gets a service from a given service provider.
|
![]() ![]() | GetService<T>(IServiceProvider, String) |
Gets a service from a given service provider, throwing a ServiceNotAvailableException
if the service is not available.
|