Skip to content

Commit e548767

Browse files
Documentation
1 parent db52ebd commit e548767

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ public class ConnectionFactory
146146
/// <summary>Timeout setting for connection attempts (in milliseconds)</summary>
147147
public int RequestedConnectionTimeout = DefaultConnectionTimeout;
148148

149+
/// <summary>
150+
/// When set to true, background threads will be used for I/O and heartbeats.
151+
/// </summary>
149152
public bool UseBackgroundThreadsForIO = false;
150153

151154
/// <summary>Dictionary of client properties to be sent to the

0 commit comments

Comments
 (0)