NamedPipeServerStream.MaxAllowedServerInstances 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示系统资源允许的服务器实例的最大数量。
public: int MaxAllowedServerInstances = -1;
public const int MaxAllowedServerInstances = -1;
val mutable MaxAllowedServerInstances : int
Public Const MaxAllowedServerInstances As Integer = -1
字段值
Value = -1注解
MaxAllowedServerInstances创建对象时使用 NamedPipeServerStream ,以设置系统资源允许的最大服务器实例数。