Table of Contents

Class IsMasterResult

Namespace
MongoDB.Driver.Core.Connections
Assembly
MongoDB.Driver.Core.dll

Represents the result of a hello or legacy hello command.

[Obsolete("Use HelloResult instead.")]
public sealed class IsMasterResult : HelloResult, IEquatable<HelloResult>
Inheritance
IsMasterResult
Implements
Inherited Members

Constructors

IsMasterResult(BsonDocument)

Initializes a new instance of the IsMasterResult class.