Cluster.CreateManager Method Couchbase .NET SDK 2.0
Creates a IClusterManager object that uses the current ICluster configuration settings.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IClusterManager CreateManager(
	string username,
	string password
)

Parameters

username
Type: System.String

[Missing <param name="username"/> documentation for "M:Couchbase.Cluster.CreateManager(System.String,System.String)"]

password
Type: System.String

[Missing <param name="password"/> documentation for "M:Couchbase.Cluster.CreateManager(System.String,System.String)"]

Return Value

Type: IClusterManager
A IClusterManager instance that uses the current ICluster configuration settings.

Implements

ICluster.CreateManager(String, String)
See Also