DicomObjects.NET10 Documentation
DicomObjects.DicomWeb.WebClient Namespace / DicomWebClientConnectionConfig Class / PooledConnectionIdleTimeout Property



In This Topic
    PooledConnectionIdleTimeout Property
    In This Topic
    How many minutes since connection has not been used bfore it gets removed from the pool
    Syntax
    'Declaration
     
    
    Public Property PooledConnectionIdleTimeout As Integer
    'Usage
     
    
    Dim instance As DicomWebClientConnectionConfig
    Dim value As Integer
     
    instance.PooledConnectionIdleTimeout = value
     
    value = instance.PooledConnectionIdleTimeout
    public int PooledConnectionIdleTimeout {get; set;}
    public:
    property int PooledConnectionIdleTimeout {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also