Condividi tramite


TestClusterPortAllocator.AllocateConsecutivePortPairs(Int32) Metodo

Definizione

Alloca coppie di porte consecutive.

public (int, int) AllocateConsecutivePortPairs (int numPorts = 5);
abstract member AllocateConsecutivePortPairs : int -> ValueTuple<int, int>
override this.AllocateConsecutivePortPairs : int -> ValueTuple<int, int>
Public Function AllocateConsecutivePortPairs (Optional numPorts As Integer = 5) As ValueTuple(Of Integer, Integer)

Parametri

numPorts
Int32

Numero di porte consecutive da allocare.

Restituisce

Porte di base per gli endpoint silo e gateway.

Implementazioni

Si applica a