Edit

Share via


IdlingCommunicationPool<TKey,TItem>(Int32, TimeSpan, TimeSpan) Constructor

Definition

protected:
 IdlingCommunicationPool(int maxCount, TimeSpan idleTimeout, TimeSpan leaseTimeout);
protected IdlingCommunicationPool (int maxCount, TimeSpan idleTimeout, TimeSpan leaseTimeout);
new System.ServiceModel.Channels.IdlingCommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)> : int * TimeSpan * TimeSpan -> System.ServiceModel.Channels.IdlingCommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)>
Protected Sub New (maxCount As Integer, idleTimeout As TimeSpan, leaseTimeout As TimeSpan)

Parameters

maxCount
Int32
idleTimeout
TimeSpan
leaseTimeout
TimeSpan

Applies to