Click or drag to resize
IBsonChunkSource Interface
Represents a source of chunks.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public interface IBsonChunkSource : IDisposable

The IBsonChunkSource type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetChunk
Gets the chunk.
Top
See Also