Google Cloud Memorystore for Memcache v1beta2 API - Class ServiceCollectionExtensions (2.0.0-beta06)

public static class ServiceCollectionExtensions

Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class ServiceCollectionExtensions.

Static class to provide extension methods to configure API clients.

Inheritance

object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

Google.Cloud.Memcache.V1Beta2.dll

Methods

AddCloudMemcacheClient(IServiceCollection, Action<CloudMemcacheClientBuilder>)

public static IServiceCollection AddCloudMemcacheClient(this IServiceCollection services, Action<CloudMemcacheClientBuilder> action = null)

Adds a singleton CloudMemcacheClient 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 ActionCloudMemcacheClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddCloudMemcacheClient(IServiceCollection, Action<IServiceProvider, CloudMemcacheClientBuilder>)

public static IServiceCollection AddCloudMemcacheClient(this IServiceCollection services, Action<IServiceProvider, CloudMemcacheClientBuilder> action)

Adds a singleton CloudMemcacheClient 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 ActionIServiceProviderCloudMemcacheClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection