TestClusterPortAllocator Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation par défaut ITestClusterPortAllocator , qui tente d’allouer des ports inutilisés.
public class TestClusterPortAllocator : IDisposable, Orleans.TestingHost.ITestClusterPortAllocator
type TestClusterPortAllocator = class
interface ITestClusterPortAllocator
interface IDisposable
Public Class TestClusterPortAllocator
Implements IDisposable, ITestClusterPortAllocator
- Héritage
-
TestClusterPortAllocator
- Implémente
Constructeurs
TestClusterPortAllocator() |
Implémentation par défaut ITestClusterPortAllocator , qui tente d’allouer des ports inutilisés. |
Méthodes
AllocateConsecutivePortPairs(Int32) |
Alloue des paires de ports consécutives. |
Dispose() |
Implémentation par défaut ITestClusterPortAllocator , qui tente d’allouer des ports inutilisés. |
Dispose(Boolean) |
Libère des ressources non managées et, le cas échéant, des ressources managées. |
Finalize() |
Finalise une instance de la TestClusterPortAllocator classe . |