次の方法で共有


CommunicationPool<TKey,TItem>.TakeConnection メソッド

定義

public:
 TItem TakeConnection(System::ServiceModel::EndpointAddress ^ address, Uri ^ via, TimeSpan timeout, [Runtime::InteropServices::Out] TKey % key);
public TItem TakeConnection (System.ServiceModel.EndpointAddress address, Uri via, TimeSpan timeout, out TKey key);
member this.TakeConnection : System.ServiceModel.EndpointAddress * Uri * TimeSpan * 'Key -> 'Item
Public Function TakeConnection (address As EndpointAddress, via As Uri, timeout As TimeSpan, ByRef key As TKey) As TItem

パラメーター

address
EndpointAddress
via
Uri
timeout
TimeSpan
key
TKey

戻り値

TItem

適用対象