次の方法で共有


TestClusterPortAllocator クラス

定義

未使用のポートの割り当てを試みる既定 ITestClusterPortAllocator の実装。

public class TestClusterPortAllocator : IDisposable, Orleans.TestingHost.ITestClusterPortAllocator
type TestClusterPortAllocator = class
    interface ITestClusterPortAllocator
    interface IDisposable
Public Class TestClusterPortAllocator
Implements IDisposable, ITestClusterPortAllocator
継承
TestClusterPortAllocator
実装

コンストラクター

TestClusterPortAllocator()

未使用のポートの割り当てを試みる既定 ITestClusterPortAllocator の実装。

メソッド

AllocateConsecutivePortPairs(Int32)

連続するポート ペアを割り当てます。

Dispose()

未使用のポートの割り当てを試みる既定 ITestClusterPortAllocator の実装。

Dispose(Boolean)

アンマネージド リソースを解放し、必要に応じてマネージド リソースも解放します。

Finalize()

クラスのインスタンスをファイナライズします TestClusterPortAllocator

適用対象