NamedPipeServerStream.MaxAllowedServerInstances 字段
定义
表示系统资源允许的服务器实例的最大数量。Represents the maximum number of server instances that the system resources allow.
public: int MaxAllowedServerInstances = -1;
public const int MaxAllowedServerInstances = -1;
val mutable MaxAllowedServerInstances : int
Public Const MaxAllowedServerInstances As Integer = -1
字段值
注解
MaxAllowedServerInstances创建对象时使用 NamedPipeServerStream 来设置系统资源允许的服务器实例的最大数量。Use the MaxAllowedServerInstances when creating a NamedPipeServerStream object to set the maximum number of server instances that the system resources allow.