Redigera

Dela via


TestClusterPortAllocator Class

Definition

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.

Applies to