TestClusterPortAllocator Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implementação padrão ITestClusterPortAllocator , que tenta alocar portas não usadas.
public class TestClusterPortAllocator : IDisposable, Orleans.TestingHost.ITestClusterPortAllocator
type TestClusterPortAllocator = class
interface ITestClusterPortAllocator
interface IDisposable
Public Class TestClusterPortAllocator
Implements IDisposable, ITestClusterPortAllocator
- Herança
-
TestClusterPortAllocator
- Implementações
Construtores
TestClusterPortAllocator() |
Implementação padrão ITestClusterPortAllocator , que tenta alocar portas não usadas. |
Métodos
AllocateConsecutivePortPairs(Int32) |
Aloca pares de portas consecutivos. |
Dispose() |
Implementação padrão ITestClusterPortAllocator , que tenta alocar portas não usadas. |
Dispose(Boolean) |
Libera recursos não gerenciados e, opcionalmente, gerenciados. |
Finalize() |
Finaliza uma instância da TestClusterPortAllocator classe . |