Share via


ClientConnectionProvider(Int32) Constructor

Definition

Initializes a new instance of the ConnectionProvider class.

protected ClientConnectionProvider(int maxCacheSize);
new System.ClientModel.Primitives.ClientConnectionProvider : int -> System.ClientModel.Primitives.ClientConnectionProvider
Protected Sub New (maxCacheSize As Integer)

Parameters

maxCacheSize
Int32

The maximum number of subclients to store in the cache.

Applies to