TestClusterNetworkHelper.GetRandomAvailableServerPorts 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.
Retourne deux ports qui ne sont actuellement utilisés par aucun écouteur TCP.
public static (int siloPort, int gatewayPort) GetRandomAvailableServerPorts ();
static member GetRandomAvailableServerPorts : unit -> ValueTuple<int, int>
Public Shared Function GetRandomAvailableServerPorts () As ValueTuple(Of Integer, Integer)