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 实例。

适用于