共用方式為


ITestClusterPortAllocator.AllocateConsecutivePortPairs(Int32) 方法

定義

配置連續的埠組。

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

參數

numPorts
Int32

要配置的連續埠數目。

傳回

定址接收器和閘道端點的基底埠。

適用於