You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Stops a listener for a connection specified in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
209
+
<summary>Stops a listener for a connection specified in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</summary>
210
210
<remarks>
211
211
<formattype="text/markdown"><![CDATA[
212
212
@@ -218,7 +218,7 @@
218
218
</Stop>
219
219
<StopConnectionString>
220
220
<paramname="connectionString">Connection string for the instance of SQL Server that was used in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</param>
221
-
<summary>Stops a listener for a connection specified in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
221
+
<summary>Stops a listener for a connection specified in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</summary>
222
222
<returns>
223
223
<seelangword="true" /> if the listener was completely stopped; <seelangword="false" /> if the <seecref="T:System.AppDomain" /> was unbound from the listener, but there are is at least one other <seecref="T:System.AppDomain" /> using the same listener.</returns>
224
224
<remarks>
@@ -237,7 +237,7 @@
237
237
<StopConnectionStringQueue>
238
238
<paramname="connectionString">Connection string for the instance of SQL Server that was used in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</param>
239
239
<paramname="queue">The SQL Server Service Broker queue that was used in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</param>
240
-
<summary>Stops a listener for a connection specified in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
240
+
<summary>Stops a listener for a connection specified in a previous <seecref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</summary>
241
241
<returns>
242
242
<seelangword="true" /> if the listener was completely stopped; <seelangword="false" /> if the <seecref="T:System.AppDomain" /> was unbound from the listener, but there is at least one other <seecref="T:System.AppDomain" /> using the same listener.</returns>
0 commit comments