NamedPipeConnectionPoolSettings Classe
Definizione
Rappresenta le impostazioni che controllano il comportamento del pool di connessione della named pipe.Represents settings that control the behavior of the named pipe connection pool.
public ref class NamedPipeConnectionPoolSettings sealed
public sealed class NamedPipeConnectionPoolSettings
type NamedPipeConnectionPoolSettings = class
Public NotInheritable Class NamedPipeConnectionPoolSettings
- Ereditarietà
-
NamedPipeConnectionPoolSettings
Proprietà
GroupName |
Ottiene o imposta il nome del gruppo del pool di connessioni nel client.Gets or sets the group name of the connection pool group on the client. |
IdleTimeout |
Ottiene o imposta il periodo massimo di inattività della connessione nel pool di connessioni prima che venga interrotta.Gets or sets the maximum time the connection can be idle in the connection pool before being disconnected. |
MaxOutboundConnectionsPerEndpoint |
Ottiene o imposta il numero massimo di connessioni in uscita per ogni endpoint memorizzato nella cache del pool di connessioni.Gets or sets the maximum number of outbound connections for each endpoint that is cached in the connection pool. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |