Class TestConductorSettings
  
  
  
    Inheritance
    
    TestConductorSettings
   
  
  
  Assembly: Akka.Remote.TestKit.dll
  Syntax
  
    public class TestConductorSettings
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  TestConductorSettings(Config)
  
  
  Declaration
  
    public TestConductorSettings(Config config)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Config | config |  | 
    
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  BarrierTimeout
  
  
  Declaration
  
    public TimeSpan BarrierTimeout { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ClientReconnects
  
  
  Declaration
  
    public int ClientReconnects { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ClientSocketWorkerPoolSize
  
  
  Declaration
  
    public int ClientSocketWorkerPoolSize { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ConnectTimeout
  
  
  Declaration
  
    public TimeSpan ConnectTimeout { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  PacketSplitThreshold
  
  
  Declaration
  
    public TimeSpan PacketSplitThreshold { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  QueryTimeout
  
  
  Declaration
  
    public TimeSpan QueryTimeout { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ReconnectBackoff
  
  
  Declaration
  
    public TimeSpan ReconnectBackoff { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ServerSocketWorkerPoolSize
  
  
  Declaration
  
    public int ServerSocketWorkerPoolSize { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  ComputeWps(Config)
  
  
  Declaration
  
    public int ComputeWps(Config config)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Config | config |  | 
    
  
  Returns
  
  Extension Methods