次の方法で共有


NamedPipeConnectionPoolSettings

NamedPipeConnectionPoolSettings

構文

class NamedPipeConnectionPoolSettings  
{  
  string GroupName;  
  datetime IdleTimeout;  
  sint32 MaxOutboundConnectionsPerEndpoint;  
};  

メソッド

NamedPipeConnectionPoolSettings クラスは、メソッドを一切定義しません。

プロパティ

NamedPipeConnectionPoolSettings クラスには、次のプロパティがあります。

GroupName

データ型: 文字列

アクセスの種類: 読み取り専用

バインド要素により使用される接続プールのグループ名。

IdleTimeout

データ型 : datetime

アクセスの種類: 読み取り専用

接続が切断されるまでの最大アイドル時間。

MaxOutboundConnectionsPerEndpoint

データ型 : sint32

アクセスの種類: 読み取り専用

クライアント上の各エンドポイントでの発信接続の最大数。

必要条件

MOF Servicemodel.mof にて宣言済み。
名前空間 root\ServiceModel で定義

関連項目