Skip to content

ConnectionOptions

class

Namespace: Orleans.Configuration

Connection options.
public class ConnectionOptions

Constructors

Properties

  • ConnectionRetryDelay Gets or sets the amount of time to wait after a failed connection attempt before retrying the connection.
  • ConnectionsPerEndpoint Gets or sets the number of connections to maintain for each endpoint.
  • OpenConnectionTimeout Gets or sets the timeout before a connection open is assumed to have failed.
  • ProtocolVersion Gets or sets the network protocol version to negotiate with.

Fields