Edit

Share via


ITestClusterPortAllocator.AllocateConsecutivePortPairs(Int32) Method

Definition

Allocates consecutive port pairs.

public (int, int) AllocateConsecutivePortPairs (int numPorts);
abstract member AllocateConsecutivePortPairs : int -> ValueTuple<int, int>
Public Function AllocateConsecutivePortPairs (numPorts As Integer) As ValueTuple(Of Integer, Integer)

Parameters

numPorts
Int32

The number of consecutive ports to allocate.

Returns

Base ports for silo and gateway endpoints.

Applies to