다음을 통해 공유


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

적용 대상