다음을 통해 공유


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 .

적용 대상