public static class ServiceCollectionExtensions
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.Debugger.V2.dll
Methods
AddController2Client(IServiceCollection, Action<Controller2ClientBuilder>)
public static IServiceCollection AddController2Client(this IServiceCollection services, Action<Controller2ClientBuilder> action = null)
Adds a singleton Controller2Client to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<Controller2ClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddDebugger2Client(IServiceCollection, Action<Debugger2ClientBuilder>)
public static IServiceCollection AddDebugger2Client(this IServiceCollection services, Action<Debugger2ClientBuilder> action = null)
Adds a singleton Debugger2Client to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<Debugger2ClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |