Skip to content

Commit

Permalink
Fix doc issues for SqlDependency (#1096)
Browse files Browse the repository at this point in the history
Tested on docs build.
  • Loading branch information
cheenamalhotra authored Jun 3, 2021
1 parent 21475c8 commit fbf8e0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/snippets/Microsoft.Data.SqlClient/SqlDependency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<altmember cref="P:Microsoft.Data.SqlClient.SqlConnection.ConnectionString" />
</StartConnectionStringQueue>
<Stop>
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand All @@ -218,7 +218,7 @@
</Stop>
<StopConnectionString>
<param name="connectionString">Connection string for the instance of SQL Server that was used in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</param>
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</summary>
<returns>
<see langword="true" /> if the listener was completely stopped; <see langword="false" /> if the <see cref="T:System.AppDomain" /> was unbound from the listener, but there are is at least one other <see cref="T:System.AppDomain" /> using the same listener.</returns>
<remarks>
Expand All @@ -237,7 +237,7 @@
<StopConnectionStringQueue>
<param name="connectionString">Connection string for the instance of SQL Server that was used in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</param>
<param name="queue">The SQL Server Service Broker queue that was used in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</param>
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</summary>
<returns>
<see langword="true" /> if the listener was completely stopped; <see langword="false" /> if the <see cref="T:System.AppDomain" /> was unbound from the listener, but there is at least one other <see cref="T:System.AppDomain" /> using the same listener.</returns>
<remarks>
Expand Down

0 comments on commit fbf8e0c

Please sign in to comment.