StreamStorageMonitor<TKey> Constructor (IStreamStorage<TKey>^, Int32, Int64, Boolean, IEqualityComparer<TKey>^)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
StreamStorageMonitor(
	IStreamStorage<TKey>^ storage,
	int maxStreamCount,
	long long maxStorageSize,
	bool enable = true,
	IEqualityComparer<TKey>^ keyComparer = null
)

Parameters

storage
Type: Microsoft.VisualStudio.Utilities::IStreamStorage<TKey>^

maxStreamCount
Type: System::Int32

maxStorageSize
Type: System::Int64

enable
Type: System::Boolean

keyComparer
Type: System.Collections.Generic::IEqualityComparer<TKey>^

Return to top
Show: