SqlNotificationEventArgs.xml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="SqlNotificationEventArgs" FullName="System.Data.SqlClient.SqlNotificationEventArgs">
  3. <TypeSignature Language="C#" Value="public class SqlNotificationEventArgs : EventArgs" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.Data</AssemblyName>
  6. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  7. </AssemblyInfo>
  8. <Base>
  9. <BaseTypeName>System.EventArgs</BaseTypeName>
  10. </Base>
  11. <Interfaces />
  12. <Docs>
  13. <remarks>To be added.</remarks>
  14. <since version=".NET 2.0" />
  15. <summary>
  16. <attribution license="cc4" from="Microsoft" modified="false" />
  17. <para>Represents the set of arguments passed to the notification event handler.</para>
  18. </summary>
  19. </Docs>
  20. <Members>
  21. <Member MemberName=".ctor">
  22. <MemberSignature Language="C#" Value="public SqlNotificationEventArgs (System.Data.SqlClient.SqlNotificationType type, System.Data.SqlClient.SqlNotificationInfo info, System.Data.SqlClient.SqlNotificationSource source);" />
  23. <MemberType>Constructor</MemberType>
  24. <Parameters>
  25. <Parameter Name="type" Type="System.Data.SqlClient.SqlNotificationType" />
  26. <Parameter Name="info" Type="System.Data.SqlClient.SqlNotificationInfo" />
  27. <Parameter Name="source" Type="System.Data.SqlClient.SqlNotificationSource" />
  28. </Parameters>
  29. <Docs>
  30. <remarks>To be added.</remarks>
  31. <since version=".NET 2.0" />
  32. <summary>
  33. <attribution license="cc4" from="Microsoft" modified="false" />
  34. <para>Creates a new instance of the <see cref="T:System.Data.SqlClient.SqlNotificationEventArgs" /> object. </para>
  35. </summary>
  36. <param name="type">
  37. <attribution license="cc4" from="Microsoft" modified="false" />
  38. <see cref="T:System.Data.SqlClient.SqlNotificationType" /> value that indicates whether this notification is generated because of an actual change, or by the subscription. </param>
  39. <param name="info">
  40. <attribution license="cc4" from="Microsoft" modified="false" />
  41. <see cref="T:System.Data.SqlClient.SqlNotificationInfo" /> value that indicates the reason for the notification event. This may occur because the data in the store actually changed, or the notification became invalid (for example, it timed out). </param>
  42. <param name="source">
  43. <attribution license="cc4" from="Microsoft" modified="false" />
  44. <see cref="T:System.Data.SqlClient.SqlNotificationSource" /> value that indicates the source that generated the notification. </param>
  45. </Docs>
  46. <AssemblyInfo>
  47. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  48. </AssemblyInfo>
  49. </Member>
  50. <Member MemberName="Info">
  51. <MemberSignature Language="C#" Value="public System.Data.SqlClient.SqlNotificationInfo Info { get; }" />
  52. <MemberType>Property</MemberType>
  53. <ReturnValue>
  54. <ReturnType>System.Data.SqlClient.SqlNotificationInfo</ReturnType>
  55. </ReturnValue>
  56. <Docs>
  57. <value>To be added.</value>
  58. <since version=".NET 2.0" />
  59. <remarks>
  60. <attribution license="cc4" from="Microsoft" modified="false" />
  61. <para>This event may occur because the data in the store actually changed, or the notification is no longer valid (for example, it timed out).</para>
  62. </remarks>
  63. <summary>
  64. <attribution license="cc4" from="Microsoft" modified="false" />
  65. <para>Gets a value that indicates the reason for the notification event, such as a row in the database being modified or a table being truncated.</para>
  66. </summary>
  67. </Docs>
  68. <AssemblyInfo>
  69. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  70. </AssemblyInfo>
  71. </Member>
  72. <Member MemberName="Source">
  73. <MemberSignature Language="C#" Value="public System.Data.SqlClient.SqlNotificationSource Source { get; }" />
  74. <MemberType>Property</MemberType>
  75. <ReturnValue>
  76. <ReturnType>System.Data.SqlClient.SqlNotificationSource</ReturnType>
  77. </ReturnValue>
  78. <Docs>
  79. <value>To be added.</value>
  80. <remarks>To be added.</remarks>
  81. <since version=".NET 2.0" />
  82. <summary>
  83. <attribution license="cc4" from="Microsoft" modified="false" />
  84. <para>Gets a value that indicates the source that generated the notification, such as a change to the query data or the database’s state.</para>
  85. </summary>
  86. </Docs>
  87. <AssemblyInfo>
  88. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  89. </AssemblyInfo>
  90. </Member>
  91. <Member MemberName="Type">
  92. <MemberSignature Language="C#" Value="public System.Data.SqlClient.SqlNotificationType Type { get; }" />
  93. <MemberType>Property</MemberType>
  94. <ReturnValue>
  95. <ReturnType>System.Data.SqlClient.SqlNotificationType</ReturnType>
  96. </ReturnValue>
  97. <Docs>
  98. <value>To be added.</value>
  99. <remarks>To be added.</remarks>
  100. <since version=".NET 2.0" />
  101. <summary>
  102. <attribution license="cc4" from="Microsoft" modified="false" />
  103. <para>Gets a value that indicates whether this notification is generated because of an actual change, or by the subscription.</para>
  104. </summary>
  105. </Docs>
  106. <AssemblyInfo>
  107. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  108. </AssemblyInfo>
  109. </Member>
  110. </Members>
  111. </Type>