C# 클래스 Couchbase.AspNet.ClusterClient

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

공개 메소드들

메소드 설명
CloseAll ( ) : void
CloseOne ( string clusterName, string bucketName ) : void
Configure ( string name, NameValueCollection config ) : void
GetBucket ( string clusterName, string bucketName ) : IBucket

메소드 상세

CloseAll() 공개 정적인 메소드

public static CloseAll ( ) : void
리턴 void

CloseOne() 공개 정적인 메소드

public static CloseOne ( string clusterName, string bucketName ) : void
clusterName string
bucketName string
리턴 void

Configure() 공개 정적인 메소드

public static Configure ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
리턴 void

GetBucket() 공개 정적인 메소드

public static GetBucket ( string clusterName, string bucketName ) : IBucket
clusterName string
bucketName string
리턴 IBucket