共用方式為


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)

釋放 Unmanaged 資源並選擇性釋放 Managed 資源。

Finalize()

完成 類別的 TestClusterPortAllocator 實例。

適用於