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

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

Parameters

username
Type: System String

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

password
Type: System String

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

Return Value

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