ByteBufferStream.ReadObjectId Method (original) (raw)

ByteBufferStreamReadObjectId Method

Reads a BSON ObjectId from the stream.

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

Syntax

C#

VB

F#

Copy

public override ObjectId ReadObjectId()

Public Overrides Function ReadObjectId As ObjectId

abstract ReadObjectId : unit -> ObjectId override ReadObjectId : unit -> ObjectId

Return Value

Type: ObjectId
An ObjectId.

See Also

Reference

ByteBufferStream Class

MongoDB.Bson.IO Namespace