Table of Contents

Interface IMongoRunner

Namespace
Hi.MongoUtils
Assembly
HiNc.dll

Interface for MongoDB runner implementations that manage MongoDB instances.

public interface IMongoRunner
Extension Methods

Properties

ConnectionString

Gets the connection string to the MongoDB instance.

string ConnectionString { get; }

Property Value

string

Methods

Dispose()

Stops the MongoDB instance.

void Dispose()