C# Класс Couchbase.AspNet.CouchbaseBucketFactory

Наследование: ICouchbaseBucketFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
GetBucket ( string name, NameValueCollection config ) : IBucket

Returns a Couchbase bucket or create one if it does not exist

Описание методов

GetBucket() публичный Метод

Returns a Couchbase bucket or create one if it does not exist
public GetBucket ( string name, NameValueCollection config ) : IBucket
name string Name of the section from the configuration file
config System.Collections.Specialized.NameValueCollection Configuration section information from the config file
Результат IBucket