- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
Methods_T_CodeJam_Services_ServiceProviderHelper
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        3 revisions
      
    The ServiceProviderHelper type exposes the following members.
| Name | Description | |
|---|---|---|
![]()  
 | 
GetRequiredService(IServiceProvider, Type) | Gets the service object of the specified type, or throws an exception if service not registered. | 
![]()  
 | 
GetRequiredService(T)(IServiceProvider) | Gets the service object of the specified type, or throws an exception if service not registered. | 
![]()  
 | 
GetService(T) | Gets the service object of the specified type. | 
![]()  
 | 
Publish(T)(IServicePublisher, Func(IServicePublisher, T)) | Publish service. | 
![]()  
 | 
Publish(T)(IServicePublisher, T) | Publish service. | 
