次の方法で共有


CommunicationPool<TKey,TItem>.CreateEndpointConnectionPool(TKey) メソッド

定義

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

パラメーター

key
TKey

戻り値

適用対象