DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / MaxPoolSize Property

In This Topic
    MaxPoolSize Property (C1OAuthConnectionStringBuilder)
    In This Topic
    Specifies the maximum number of connections in the pool.
    Syntax
    'Declaration
     
    Public Property MaxPoolSize As Integer
    public int MaxPoolSize {get; set;}
    See Also