IBsonChunkSource Interface (original) (raw)

Represents a source of chunks.

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

Syntax

public interface IBsonChunkSource : IDisposable

Public Interface IBsonChunkSource Inherits IDisposable

type IBsonChunkSource =
interface interface IDisposable end

The IBsonChunkSource type exposes the following members.

Methods

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public method | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | | Public method | GetChunk | Gets the chunk. |

Top

See Also

Reference