ITestClusterPortAllocator.AllocateConsecutivePortPairs(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Alloue des paires de ports consécutives.
public (int, int) AllocateConsecutivePortPairs (int numPorts);
abstract member AllocateConsecutivePortPairs : int -> ValueTuple<int, int>
Public Function AllocateConsecutivePortPairs (numPorts As Integer) As ValueTuple(Of Integer, Integer)
Paramètres
- numPorts
- Int32
Nombre de ports consécutifs à allouer.
Retours
Ports de base pour les points de terminaison de silo et de passerelle.