-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_Services_ServiceProviderHelper
andrewvk edited this page Apr 7, 2016
·
3 revisions
[This is preliminary documentation and is subject to change.]
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. |