TestClusterPortAllocator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
默认 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 实例。 |