PrebufferWriterTKey, TValueDispose(Boolean) Method

Disposes the underlying queues contained in this class. This method is not thread safe. It is assumed this will be called after Stop.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also