Skip to content

MemoryGrainStorageWithLatency Methods

This is a simple in-memory implementation of a storage provider which presents fixed latency of storage calls. This class is useful for system testing and investigation of the effects of storage latency.

Dispose(bool)

virtual
View source
protected virtual void Dispose(bool disposing)
Releases the resources owned by this storage provider.

Parameters

disposingbool
true to release managed resources; otherwise, false.

Dispose

View source
public void Dispose()
Releases the resources owned by this storage provider.