다음을 통해 공유


CommunicationPool<TKey,TItem>.ReturnConnection 메서드

정의

public:
 void ReturnConnection(TKey key, TItem connection, bool connectionIsStillGood, TimeSpan timeout);
public void ReturnConnection (TKey key, TItem connection, bool connectionIsStillGood, TimeSpan timeout);
member this.ReturnConnection : 'Key * 'Item * bool * TimeSpan -> unit
Public Sub ReturnConnection (key As TKey, connection As TItem, connectionIsStillGood As Boolean, timeout As TimeSpan)

매개 변수

key
TKey
connection
TItem
connectionIsStillGood
Boolean
timeout
TimeSpan

적용 대상