Table of Contents

Constructor SdamInformationEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

SdamInformationEvent(string, object)

Initializes a new instance of the SdamInformationEvent struct.

public SdamInformationEvent(string messageFormat, object arg0)

Parameters

messageFormat string

Message format.

arg0 object

Message argument.

SdamInformationEvent(string, params object[])

Initializes a new instance of the SdamInformationEvent struct.

public SdamInformationEvent(string messageFormat, params object[] args)

Parameters

messageFormat string

Message format.

args object[]

Message arguments.