Table of Contents

Interface IClusterFactory

Namespace
MongoDB.Driver.Core.Clusters
Assembly
MongoDB.Driver.Core.dll

Represents a cluster factory.

public interface IClusterFactory

Methods

CreateCluster()

Creates a cluster.

ICluster CreateCluster()

Returns

ICluster

A cluster.