TestClusterPortAllocator Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Implementazione predefinita ITestClusterPortAllocator , che tenta di allocare porte inutilizzate.
public class TestClusterPortAllocator : IDisposable, Orleans.TestingHost.ITestClusterPortAllocator
type TestClusterPortAllocator = class
interface ITestClusterPortAllocator
interface IDisposable
Public Class TestClusterPortAllocator
Implements IDisposable, ITestClusterPortAllocator
- Ereditarietà
-
TestClusterPortAllocator
- Implementazioni
Costruttori
TestClusterPortAllocator() |
Implementazione predefinita ITestClusterPortAllocator , che tenta di allocare porte inutilizzate. |
Metodi
AllocateConsecutivePortPairs(Int32) |
Alloca coppie di porte consecutive. |
Dispose() |
Implementazione predefinita ITestClusterPortAllocator , che tenta di allocare porte inutilizzate. |
Dispose(Boolean) |
Rilascia le risorse non gestite e, facoltativamente, quelle gestite. |
Finalize() |
Finalizza un'istanza della TestClusterPortAllocator classe . |