Struct SdamInformationEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

An informational event used for logging Server Discovery and Monitoring (SDAM) events.

public struct SdamInformationEvent

Inherited Members

Constructors

SdamInformationEvent(string, object)

Initializes a new instance of the SdamInformationEvent struct.

SdamInformationEvent(string, params object[])

Initializes a new instance of the SdamInformationEvent struct.

Properties

Message

Gets the message.

Timestamp

Gets the timestamp.

Methods

ToString()

Returns the fully qualified type name of this instance.