C# 클래스 Couchbase.AspNet.CouchbaseBucketFactory

상속: ICouchbaseBucketFactory
파일 보기 프로젝트 열기: couchbaselabs/couchbase-aspnet

공개 메소드들

메소드 설명
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