C# Class Couchbase.AspNet.ClusterClient

Afficher le fichier Open project: couchbaselabs/couchbase-aspnet

Méthodes publiques

Méthode Description
CloseAll ( ) : void
CloseOne ( string clusterName, string bucketName ) : void
Configure ( string name, NameValueCollection config ) : void
GetBucket ( string clusterName, string bucketName ) : IBucket

Method Details

CloseAll() public static méthode

public static CloseAll ( ) : void
Résultat void

CloseOne() public static méthode

public static CloseOne ( string clusterName, string bucketName ) : void
clusterName string
bucketName string
Résultat void

Configure() public static méthode

public static Configure ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
Résultat void

GetBucket() public static méthode

public static GetBucket ( string clusterName, string bucketName ) : IBucket
clusterName string
bucketName string
Résultat IBucket