ClientConnectionProvider(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.