Share via


CommunicationPool<TKey,TItem>.CreateEndpointConnectionPool(TKey) Método

Definición

protected:
 virtual System::ServiceModel::Channels::CommunicationPool<TKey, TItem>::EndpointConnectionPool ^ CreateEndpointConnectionPool(TKey key);
protected virtual System.ServiceModel.Channels.CommunicationPool<TKey,TItem>.EndpointConnectionPool CreateEndpointConnectionPool (TKey key);
abstract member CreateEndpointConnectionPool : 'Key -> System.ServiceModel.Channels.CommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)>.EndpointConnectionPool
override this.CreateEndpointConnectionPool : 'Key -> System.ServiceModel.Channels.CommunicationPool<'Key, 'Item (requires 'Key : null and 'Item : null)>.EndpointConnectionPool
Protected Overridable Function CreateEndpointConnectionPool (key As TKey) As CommunicationPool(Of TKey, TItem).EndpointConnectionPool

Parámetros

key
TKey

Devoluciones

Se aplica a