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.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public SdamInformationEvent(
	string messageFormat,
	Object arg0
)

Parameters

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