ITestClusterPortAllocator.AllocateConsecutivePortPairs(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
配置連續的埠組。
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
要配置的連續埠數目。
傳回
定址接收器和閘道端點的基底埠。