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 . |