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 3c515a5 commit b502081Copy full SHA for b502081
projects/Unit/APIApproval.Approve.verified.txt
@@ -121,6 +121,7 @@ namespace RabbitMQ.Client
121
public RabbitMQ.Client.TopologyRecoveryExceptionHandler TopologyRecoveryExceptionHandler { get; set; }
122
public RabbitMQ.Client.TopologyRecoveryFilter TopologyRecoveryFilter { get; set; }
123
public System.Uri Uri { get; set; }
124
+ [System.Obsolete("Currently a no-op. UseBackgroundThreadsForIO will be removed in version 7")]
125
public bool UseBackgroundThreadsForIO { get; set; }
126
public string UserName { get; set; }
127
public string VirtualHost { get; set; }
0 commit comments