Share via


NamedPipeServerStream.MaxAllowedServerInstances フィールド

定義

システム リソースで許されるサーバー インスタンスの最大数を表します。

public: int MaxAllowedServerInstances = -1;
public const int MaxAllowedServerInstances = -1;
val mutable MaxAllowedServerInstances : int
Public Const MaxAllowedServerInstances As Integer  = -1

フィールド値

Value = -1

注釈

MaxAllowedServerInstancesオブジェクトを作成するときに を使用して、NamedPipeServerStreamシステム リソースで許可されるサーバー インスタンスの最大数を設定します。

適用対象