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

備註

建立 NamedPipeServerStream 物件時,使用 來MaxAllowedServerInstances設定系統資源允許的伺服器實例數目上限。

適用於