TestClusterPortAllocator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default ITestClusterPortAllocator implementation, which tries to allocate unused ports.
public class TestClusterPortAllocator : IDisposable, Orleans.TestingHost.ITestClusterPortAllocator
type TestClusterPortAllocator = class
interface ITestClusterPortAllocator
interface IDisposable
Public Class TestClusterPortAllocator
Implements IDisposable, ITestClusterPortAllocator
- Inheritance
-
TestClusterPortAllocator
- Implements
Constructors
TestClusterPortAllocator() |
Methods
AllocateConsecutivePortPairs(Int32) |
Allocates consecutive port pairs. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources. |
Finalize() |
Finalizes an instance of the TestClusterPortAllocator class. |