NamedPipeServerStream.MaxAllowedServerInstances 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表系統資源允許的伺服器執行個體數目上限。
public: int MaxAllowedServerInstances = -1;
public const int MaxAllowedServerInstances = -1;
val mutable MaxAllowedServerInstances : int
Public Const MaxAllowedServerInstances As Integer = -1
欄位值
Value = -1備註
建立 NamedPipeServerStream 物件時,使用 來MaxAllowedServerInstances設定系統資源允許的伺服器實例數目上限。