IServiceCollection Arabirim
Tanım
Hizmet tanımlayıcıları koleksiyonu için sözleşmeyi belirtir.Specifies the contract for a collection of service descriptors.
public interface class IServiceCollection : System::Collections::Generic::ICollection<Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^>, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^>, System::Collections::Generic::IList<Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^>
public interface IServiceCollection : System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, System.Collections.Generic.IList<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>
type IServiceCollection = interface
interface IList<ServiceDescriptor>
interface ICollection<ServiceDescriptor>
interface seq<ServiceDescriptor>
interface IEnumerable
type IServiceCollection = interface
interface ICollection<ServiceDescriptor>
interface seq<ServiceDescriptor>
interface IEnumerable
interface IList<ServiceDescriptor>
Public Interface IServiceCollection
Implements ICollection(Of ServiceDescriptor), IEnumerable(Of ServiceDescriptor), IList(Of ServiceDescriptor)
- Türetilmiş
- Uygulamalar
Özellikler
| Count |
ICollection<T> içindeki öğe sayısını alır.Gets the number of elements contained in the ICollection<T>. (Devralındığı yer: ICollection<T>) |
| IsReadOnly |
ICollection<T> öğesinin salt okunur olup olmadığını belirten bir değer alır.Gets a value indicating whether the ICollection<T> is read-only. (Devralındığı yer: ICollection<T>) |
| Item[Int32] |
Belirtilen dizindeki öğeyi alır veya ayarlar.Gets or sets the element at the specified index. (Devralındığı yer: IList<T>) |
Yöntemler
| Add(T) |
Öğesine bir öğe ekler ICollection<T> .Adds an item to the ICollection<T>. (Devralındığı yer: ICollection<T>) |
| Clear() |
Tüm öğeleri öğesinden kaldırır ICollection<T> .Removes all items from the ICollection<T>. (Devralındığı yer: ICollection<T>) |
| Contains(T) |
' In ICollection<T> belirli bir değer içerip içermediğini belirler.Determines whether the ICollection<T> contains a specific value. (Devralındığı yer: ICollection<T>) |
| CopyTo(T[], Int32) |
Öğesinin öğelerini ICollection<T> Array belirli bir dizinden başlayarak öğesine kopyalar Array .Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Devralındığı yer: ICollection<T>) |
| GetEnumerator() |
Bir toplulukta tekrarlanan bir numaralandırıcı döndürür.Returns an enumerator that iterates through a collection. (Devralındığı yer: IEnumerable) |
| IndexOf(T) |
İçindeki belirli bir öğenin dizinini belirler IList<T> .Determines the index of a specific item in the IList<T>. (Devralındığı yer: IList<T>) |
| Insert(Int32, T) |
Belirtilen dizindeki öğesine bir öğe ekler IList<T> .Inserts an item to the IList<T> at the specified index. (Devralındığı yer: IList<T>) |
| Remove(T) |
İçindeki belirli bir nesnenin ilk oluşumunu kaldırır ICollection<T> .Removes the first occurrence of a specific object from the ICollection<T>. (Devralındığı yer: ICollection<T>) |
| RemoveAt(Int32) |
IList<T>Belirtilen dizindeki öğeyi kaldırır.Removes the IList<T> item at the specified index. (Devralındığı yer: IList<T>) |
Uzantı Metotları
| AddWebEncoders(IServiceCollection) |
HtmlEncoder, JavaScriptEncoder Ve UrlEncoder belirtilen öğesine ekler |
| AddWebEncoders(IServiceCollection, Action<WebEncoderOptions>) |
HtmlEncoder, JavaScriptEncoder Ve UrlEncoder belirtilen öğesine ekler |
| Add(IServiceCollection, ServiceDescriptor) |
Öğesine belirtilen öğesini ekler |
| Add(IServiceCollection, IEnumerable<ServiceDescriptor>) |
Öğesine bir sırası ekler ServiceDescriptor |
| RemoveAll(IServiceCollection, Type) |
İçindeki türündeki tüm hizmetleri kaldırır |
| RemoveAll<T>(IServiceCollection) |
İçindeki türündeki tüm hizmetleri kaldırır |
| Replace(IServiceCollection, ServiceDescriptor) |
İçindeki ilk hizmeti IServiceCollection ile aynı hizmet türüyle kaldırır |
| TryAdd(IServiceCollection, ServiceDescriptor) |
|
| TryAdd(IServiceCollection, IEnumerable<ServiceDescriptor>) |
|
| TryAddEnumerable(IServiceCollection, ServiceDescriptor) |
ServiceDescriptorAynı ServiceType ve içinde mevcut olmayan bir uygulama ile mevcut bir tanımlayıcı varsa, bir ekler |
| TryAddEnumerable(IServiceCollection, IEnumerable<ServiceDescriptor>) |
Var olan bir ServiceDescriptor tanımlayıcı aynı ServiceType ve içinde mevcut olmayan bir uygulamayla, belirtilen öğeleri ekler |
| TryAddScoped(IServiceCollection, Type) |
|
| TryAddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>) |
|
| TryAddScoped(IServiceCollection, Type, Type) |
|
| TryAddScoped<TService>(IServiceCollection) |
|
| TryAddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
|
| TryAddScoped<TService,TImplementation>(IServiceCollection) |
|
| TryAddSingleton(IServiceCollection, Type) |
|
| TryAddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>) |
|
| TryAddSingleton(IServiceCollection, Type, Type) |
|
| TryAddSingleton<TService>(IServiceCollection) |
|
| TryAddSingleton<TService>(IServiceCollection, TService) |
|
| TryAddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
|
| TryAddSingleton<TService,TImplementation>(IServiceCollection) |
|
| TryAddTransient(IServiceCollection, Type) |
|
| TryAddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>) |
|
| TryAddTransient(IServiceCollection, Type, Type) |
|
| TryAddTransient<TService>(IServiceCollection) |
|
| TryAddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
|
| TryAddTransient<TService,TImplementation>(IServiceCollection) |
|
| AddHealthChecks(IServiceCollection) |
HealthCheckServiceSistem durumu denetimlerini kaydetmek için belirtilen temsilciyi kullanarak kapsayıcısını kapsayıcısına ekler.Adds the HealthCheckService to the container, using the provided delegate to register health checks. |
| AddHttpClient(IServiceCollection) |
IHttpClientFactoryVe ilgili hizmetlerini öğesine ekler IServiceCollection .Adds the IHttpClientFactory and related services to the IServiceCollection. |
| AddHttpClient(IServiceCollection, String) |
IHttpClientFactoryVe ilgili hizmetlerini öğesine ekler IServiceCollection ve adlandırılmış bir adı yapılandırır HttpClient .Adds the IHttpClientFactory and related services to the IServiceCollection and configures a named HttpClient. |
| AddHttpClient(IServiceCollection, String, Action<IServiceProvider,HttpClient>) |
IHttpClientFactoryVe ilgili hizmetlerini öğesine ekler IServiceCollection ve adlandırılmış bir adı yapılandırır HttpClient .Adds the IHttpClientFactory and related services to the IServiceCollection and configures a named HttpClient. |
| AddHttpClient(IServiceCollection, String, Action<HttpClient>) |
IHttpClientFactoryVe ilgili hizmetlerini öğesine ekler IServiceCollection ve adlandırılmış bir adı yapılandırır HttpClient .Adds the IHttpClientFactory and related services to the IServiceCollection and configures a named HttpClient. |
| AddHttpClient<TClient>(IServiceCollection) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient>(IServiceCollection, Action<IServiceProvider,HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient>(IServiceCollection, Action<HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient>(IServiceCollection, String) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient>(IServiceCollection, String, Action<IServiceProvider,HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient>(IServiceCollection, String, Action<HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, Action<IServiceProvider,HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, Action<HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, Func<HttpClient,TImplementation>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, Func<HttpClient,IServiceProvider,TImplementation>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, String) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Action<IServiceProvider,HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Action<HttpClient>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Func<HttpClient,TImplementation>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddHttpClient<TClient,TImplementation>(IServiceCollection, String, Func<HttpClient,IServiceProvider,TImplementation>) |
Ve ile IHttpClientFactory ilgili hizmetleri öğesine ekler ve IServiceCollection türü ile adlı bir bağlamayı yapılandırır |
| AddLocalization(IServiceCollection) |
Uygulama yerelleştirmesi için gereken hizmetleri ekler.Adds services required for application localization. |
| AddLocalization(IServiceCollection, Action<LocalizationOptions>) |
Uygulama yerelleştirmesi için gereken hizmetleri ekler.Adds services required for application localization. |
| AddLogging(IServiceCollection) |
Günlük hizmetlerini belirtilen öğesine ekler IServiceCollection .Adds logging services to the specified IServiceCollection. |
| AddLogging(IServiceCollection, Action<ILoggingBuilder>) |
Günlük hizmetlerini belirtilen öğesine ekler IServiceCollection .Adds logging services to the specified IServiceCollection. |
| AddDistributedMemoryCache(IServiceCollection) |
IDistributedCache, Öğeleri bellekte depolayan varsayılan bir uygulamasını öğesine ekler IServiceCollection .Adds a default implementation of IDistributedCache that stores items in memory to the IServiceCollection. Bir dağıtılmış önbelleğin çalışması gereken çerçeveler, en az bir uygulamanın kullanılabilir olmasını sağlamak için bu bağımlılığı bağımlılık listesinin bir parçası olarak güvenli bir şekilde ekleyebilirler.Frameworks that require a distributed cache to work can safely add this dependency as part of their dependency list to ensure that there is at least one implementation available. |
| AddDistributedMemoryCache(IServiceCollection, Action<MemoryDistributedCacheOptions>) |
IDistributedCache, Öğeleri bellekte depolayan varsayılan bir uygulamasını öğesine ekler IServiceCollection .Adds a default implementation of IDistributedCache that stores items in memory to the IServiceCollection. Bir dağıtılmış önbelleğin çalışması gereken çerçeveler, en az bir uygulamanın kullanılabilir olmasını sağlamak için bu bağımlılığı bağımlılık listesinin bir parçası olarak güvenli bir şekilde ekleyebilirler.Frameworks that require a distributed cache to work can safely add this dependency as part of their dependency list to ensure that there is at least one implementation available. |
| AddMemoryCache(IServiceCollection) |
' Nin bellek halinde uygulamasına dağıtılmamış bir uygulamasına ekler IMemoryCache IServiceCollection .Adds a non distributed in memory implementation of IMemoryCache to the IServiceCollection. |
| AddMemoryCache(IServiceCollection, Action<MemoryCacheOptions>) |
' Nin bellek halinde uygulamasına dağıtılmamış bir uygulamasına ekler IMemoryCache IServiceCollection .Adds a non distributed in memory implementation of IMemoryCache to the IServiceCollection. |
| Configure<TOptions>(IServiceCollection, IConfiguration) |
Bağlanılacak bir yapılandırma örneği kaydeder |
| Configure<TOptions>(IServiceCollection, IConfiguration, Action<BinderOptions>) |
TOptions 'ın bağlanacağı bir yapılandırma örneği kaydeder.Registers a configuration instance which TOptions will bind against. |
| Configure<TOptions>(IServiceCollection, String, IConfiguration) |
TOptions 'ın bağlanacağı bir yapılandırma örneği kaydeder.Registers a configuration instance which TOptions will bind against. |
| Configure<TOptions>(IServiceCollection, String, IConfiguration, Action<BinderOptions>) |
TOptions 'ın bağlanacağı bir yapılandırma örneği kaydeder.Registers a configuration instance which TOptions will bind against. |
| AddOptions(IServiceCollection) |
Seçenekleri kullanmak için gereken hizmetleri ekler.Adds services required for using options. |
| AddOptions<TOptions>(IServiceCollection) |
, |
| AddOptions<TOptions>(IServiceCollection, String) |
, |
| Configure<TOptions>(IServiceCollection, Action<TOptions>) |
Başlangıç sırasında belirli bir tür seçenekleri yapılandırmak için kullanılan bir eylemi kaydeder.Registers an action used to configure a particular type of options once during startup. Bu, daha önce çalıştırılır PostConfigure<TOptions>(IServiceCollection, Action<TOptions>) .This is run before PostConfigure<TOptions>(IServiceCollection, Action<TOptions>). Yapılandırma güncelleştirmeleri eylemi yeniden çağırmaz.Updates to the configuration does not invoke the action again. |
| Configure<TOptions>(IServiceCollection, String, Action<TOptions>) |
Belirli bir seçenek türünü yapılandırmak için kullanılan bir eylemi kaydeder.Registers an action used to configure a particular type of options. Bunlar daha önce çalıştırılır PostConfigure<TOptions>(IServiceCollection, Action<TOptions>) .These are run before PostConfigure<TOptions>(IServiceCollection, Action<TOptions>). |
| ConfigureAll<TOptions>(IServiceCollection, Action<TOptions>) |
Belirli bir seçenek türünün tüm örneklerini yapılandırmak için kullanılan bir eylemi kaydeder.Registers an action used to configure all instances of a particular type of options. |
| ConfigureOptions(IServiceCollection, Object) |
Tüm |
| ConfigureOptions(IServiceCollection, Type) |
Tüm |
| ConfigureOptions<TConfigureOptions>(IServiceCollection) |
Tüm |
| PostConfigure<TOptions>(IServiceCollection, Action<TOptions>) |
Belirli bir seçenek türünü başlatmak için kullanılan bir eylemi kaydeder.Registers an action used to initialize a particular type of options. Bunlar sonra çalıştırılır Configure<TOptions>(IServiceCollection, Action<TOptions>) .These are run after Configure<TOptions>(IServiceCollection, Action<TOptions>). |
| PostConfigure<TOptions>(IServiceCollection, String, Action<TOptions>) |
Belirli bir seçenek türünü yapılandırmak için kullanılan bir eylemi kaydeder.Registers an action used to configure a particular type of options. Bunlar sonra çalıştırılır Configure<TOptions>(IServiceCollection, Action<TOptions>) .These are run after Configure<TOptions>(IServiceCollection, Action<TOptions>). |
| PostConfigureAll<TOptions>(IServiceCollection, Action<TOptions>) |
Belirli bir seçenek türünün tüm örneklerini yapılandırmak için kullanılan bir eylemi kaydeder.Registers an action used to post configure all instances of a particular type of options. Bunlar sonra çalıştırılır Configure<TOptions>(IServiceCollection, Action<TOptions>) .These are run after Configure<TOptions>(IServiceCollection, Action<TOptions>). |
| AddPolicyRegistry(IServiceCollection) |
Hizmet PolicyRegistry koleksiyonuna hizmet türlerine sahip boş bir kayıt kaydeder ve IPolicyRegistry<TKey> IReadOnlyPolicyRegistry<TKey> Yeni oluşturulan kayıt defterini döndürür.Registers an empty PolicyRegistry in the service collection with service types IPolicyRegistry<TKey>, and IReadOnlyPolicyRegistry<TKey> and returns the newly created registry. |
| AddPolicyRegistry(IServiceCollection, IPolicyRegistry<String>) |
Hizmet koleksiyonuna, belirtilen IPolicyRegistry<TKey> kaydı hizmet türlerine kaydeder ve IPolicyRegistry<TKey> IReadOnlyPolicyRegistry<TKey> belirtilen kayıt defterini döndürür.Registers the provided IPolicyRegistry<TKey> in the service collection with service types IPolicyRegistry<TKey>, and IReadOnlyPolicyRegistry<TKey> and returns the provided registry. |
| AddDistributedRedisCache(IServiceCollection, Action<RedisCacheOptions>) |
Belirtilen öğesine Redsıs dağıtılmış önbelleğe alma hizmetleri ekler IServiceCollection .Adds Redis distributed caching services to the specified IServiceCollection. |
| BuildServiceProvider(IServiceCollection) |
ServiceProviderBelirtilen içinden içeren bir hizmet oluşturur IServiceCollection .Creates a ServiceProvider containing services from the provided IServiceCollection. |
| BuildServiceProvider(IServiceCollection, ServiceProviderOptions) |
ServiceProvider IServiceCollection İsteğe bağlı olarak, hizmet oluşturma ve kapsam doğrulamasından olanak sağlayan, belirtilen bir hizmet içeren bir hizmet oluşturur.Creates a ServiceProvider containing services from the provided IServiceCollection optionally enabling service-creation and scope validation. |
| BuildServiceProvider(IServiceCollection, Boolean) |
ServiceProvider IServiceCollection İsteğe bağlı olarak kapsam doğrulamasını etkinleştiren, belirtilen bir hizmet içeren bir hizmet oluşturur.Creates a ServiceProvider containing services from the provided IServiceCollection optionally enabling scope validation. |
| AddHostedService<THostedService>(IServiceCollection) |
IHostedServiceVerilen tür için bir kayıt ekleyin.Add an IHostedService registration for the given type. |
| AddHostedService<THostedService>(IServiceCollection, Func<IServiceProvider,THostedService>) |
IHostedServiceVerilen tür için bir kayıt ekleyin.Add an IHostedService registration for the given type. |
| AddScoped(IServiceCollection, Type) |
İçinde belirtilen türün kapsamlı bir hizmetini |
| AddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>) |
' De belirtilen bir fabrikada belirtilen türde bir kapsamlı hizmet ekler |
| AddScoped(IServiceCollection, Type, Type) |
İçinde belirtilen türün bir kapsamlı bir hizmetini |
| AddScoped<TService>(IServiceCollection) |
İçinde belirtilen türün kapsamlı bir hizmetini |
| AddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
' De belirtilen bir fabrikada belirtilen türde bir kapsamlı hizmet ekler |
| AddScoped<TService,TImplementation>(IServiceCollection) |
İçinde belirtilen bir tür kapsamlı hizmeti, içinde belirtilen |
| AddScoped<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>) |
İçinde belirtilen ' de belirtilen fabrika kullanımı ' nda belirtilen bir uygulama türüyle belirtilen türde bir kapsamlı hizmet ekler |
| AddSingleton(IServiceCollection, Type) |
İçinde belirtilen türün bir singleton hizmetini |
| AddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>) |
İçinde belirtilen bir fabrika türüyle belirtilen türde bir singleton hizmeti ekler |
| AddSingleton(IServiceCollection, Type, Object) |
İçinde belirtilen türün ' de belirtilen bir singleton hizmetini |
| AddSingleton(IServiceCollection, Type, Type) |
İçinde belirtilen türün bir ' de belirtilen türünde bir singleton hizmeti ekler |
| AddSingleton<TService>(IServiceCollection) |
İçinde belirtilen türün bir singleton hizmetini |
| AddSingleton<TService>(IServiceCollection, TService) |
İçinde belirtilen türün ' de belirtilen bir singleton hizmetini |
| AddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
İçinde belirtilen bir fabrika türüyle belirtilen türde bir singleton hizmeti ekler |
| AddSingleton<TService,TImplementation>(IServiceCollection) |
' De belirtilen bir uygulama türüyle belirtilen türde bir singleton hizmeti ekler |
| AddSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>) |
Belirtilen ' de belirtilen fabrika kullanımı ' nda belirtilen |
| AddTransient(IServiceCollection, Type) |
İçinde belirtilen türün geçici bir hizmetini |
| AddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>) |
' De belirtilen bir fabrikada belirtilen türde geçici bir hizmeti |
| AddTransient(IServiceCollection, Type, Type) |
' De belirtilen türün bir uygulamasıyla belirtilen türde geçici bir hizmet ekler |
| AddTransient<TService>(IServiceCollection) |
İçinde belirtilen türün geçici bir hizmetini |
| AddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
' De belirtilen bir fabrikada belirtilen türde geçici bir hizmeti |
| AddTransient<TService,TImplementation>(IServiceCollection) |
' De belirtilen bir uygulama türüyle belirtilen türde geçici bir hizmet ekler |
| AddTransient<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>) |
İçinde belirtilen ' de belirtilen fabrika kullanımı ' nda belirtilen bir uygulama türüyle belirtilen türde geçici bir hizmet ekler |
| AddDistributedSqlServerCache(IServiceCollection, Action<SqlServerCacheOptions>) |
Belirtilen Microsoft SQL Server dağıtılmış önbelleğe alma hizmetleri ekler IServiceCollection .Adds Microsoft SQL Server distributed caching services to the specified IServiceCollection. |
| AddStackExchangeRedisCache(IServiceCollection, Action<RedisCacheOptions>) |
Belirtilen öğesine Redsıs dağıtılmış önbelleğe alma hizmetleri ekler IServiceCollection .Adds Redis distributed caching services to the specified IServiceCollection. |
| CopyToDataTable<T>(IEnumerable<T>) |
DataTable DataRow Genel parametrenin bulunduğu bir giriş nesnesi verildiğinde, nesnelerin kopyalarını içeren bir döndürür IEnumerable<T> |
| CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
DataRowNesneleri DataTable , IEnumerable<T> genel parametresinin bulunduğu bir giriş nesnesi verildiğinde, belirtilen öğesine kopyalar |
| CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
DataRowNesneleri DataTable , IEnumerable<T> genel parametresinin bulunduğu bir giriş nesnesi verildiğinde, belirtilen öğesine kopyalar |