次の方法で共有


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

適用対象