NamedPipeServerStream.MaxAllowedServerInstances Campo

Definizione

Rappresenta il numero massimo di istanze del server consentite dalle risorse di sistema.

public: int MaxAllowedServerInstances = -1;
public const int MaxAllowedServerInstances = -1;
val mutable MaxAllowedServerInstances : int
Public Const MaxAllowedServerInstances As Integer  = -1

Valore del campo

Value = -1

Commenti

Utilizzare quando MaxAllowedServerInstances si crea un NamedPipeServerStream oggetto per impostare il numero massimo di istanze del server consentite dalle risorse di sistema.

Si applica a