Edit

Share via


CommunicationPool<TKey,TItem>.CloseItemAsync(TItem, TimeSpan) Method

Definition

protected:
 abstract void CloseItemAsync(TItem item, TimeSpan timeout);
protected abstract void CloseItemAsync (TItem item, TimeSpan timeout);
abstract member CloseItemAsync : 'Item * TimeSpan -> unit
Protected MustOverride Sub CloseItemAsync (item As TItem, timeout As TimeSpan)

Parameters

item
TItem
timeout
TimeSpan

Applies to