We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3827c commit 7222585Copy full SHA for 7222585
projects/client/RabbitMQ.Client/src/client/api/IConnectionFactory.cs
@@ -135,8 +135,7 @@ public interface IConnectionFactory
135
IConnection CreateConnection(IList<string> hostnames, String clientProvidedName);
136
137
/// <summary>
138
- /// Create a connection using a list of endpoints. By default each endpoint will be tried
139
- /// in a random order until a successful connection is found or the list is exhausted.
+ /// Create a connection using a list of endpoints.
140
/// The selection behaviour can be overriden by configuring the EndpointResolverFactory.
141
/// </summary>
142
/// <param name="endpoints">
0 commit comments