ConnectionOptions
class
Namespace: Orleans.Configuration
Connection options.
public class ConnectionOptionsConstructors
Properties
ConnectionRetryDelayGets or sets the amount of time to wait after a failed connection attempt before retrying the connection.ConnectionsPerEndpointGets or sets the number of connections to maintain for each endpoint.OpenConnectionTimeoutGets or sets the timeout before a connection open is assumed to have failed.ProtocolVersionGets or sets the network protocol version to negotiate with.
Fields
DEFAULT_OPENCONNECTION_TIMEOUTThe default value forConnectionOptions.
