IBsonWriter.PushSettings Method (original) (raw)

IBsonWriterPushSettings Method

Pushes new settings for the writer.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

void PushSettings( Action configurator )

Sub PushSettings ( configurator As Action(Of BsonWriterSettings) )

abstract PushSettings : configurator : Action -> unit

Parameters

configurator

Type: SystemActionBsonWriterSettings
The settings configurator.

See Also

Reference