public static class ServiceCollectionExtensions
Reference documentation and code samples for the Google Cloud Tasks v2 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.Tasks.V2.dll
Methods
AddCloudTasksClient(IServiceCollection, Action<CloudTasksClientBuilder>)
public static IServiceCollection AddCloudTasksClient(this IServiceCollection services, Action<CloudTasksClientBuilder> action = null)
Adds a singleton CloudTasksClient 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 |
ActionCloudTasksClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddCloudTasksClient(IServiceCollection, Action<IServiceProvider, CloudTasksClientBuilder>)
public static IServiceCollection AddCloudTasksClient(this IServiceCollection services, Action<IServiceProvider, CloudTasksClientBuilder> action)
Adds a singleton CloudTasksClient 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 |
ActionIServiceProviderCloudTasksClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |