NamedPipeServerStream.MaxAllowedServerInstances Field

Definition

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

Field Value

Value = -1

Remarks

Use the MaxAllowedServerInstances when creating a NamedPipeServerStream object to set the maximum number of server instances that the system resources allow.

Applies to