DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / MaxPoolSize Property

In This Topic
    MaxPoolSize Property (C1ServiceNowConnectionStringBuilder)
    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