Click or drag to resize

SdamInformationEvent Constructor (String, Object)

Initializes a new instance of the SdamInformationEvent struct.

Namespace:  MongoDB.Driver.Core.Events
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public SdamInformationEvent(
	string messageFormat,
	Object arg0
)

Parameters

messageFormat
Type: SystemString
Message format.
arg0
Type: SystemObject
Message argument.
See Also