3 references to Subscribe
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
394
sqlNotificationEvent = new SqlNotificationEventArgs(SqlNotificationType.
Subscribe
, SqlNotificationInfo.AlreadyChanged, SqlNotificationSource.Client);
1142
Invalidate(SqlNotificationType.
Subscribe
, SqlNotificationInfo.AlreadyChanged, SqlNotificationSource.Client);
fx\src\data\System\Data\SqlClient\SqlNotificationEventArgs.cs (1)
45
internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.
Subscribe
, SqlNotificationInfo.Error, SqlNotificationSource.Object);